Quote:
Originally Posted by Numtin
Quote:
Wrong. Change EVERY external IP to localhost.
-edit-
If after you do that, and it doesn't work, try:
127.0.0.1
|
Tried that and didn't work..
I'm not familiar with using the URL equivalent. Is there a way to find out what my equivalent is?
|
mm, if you don't have a static IP address I suggest a No-IP domain, for free.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|