Re: could not be reached
Quote:
Originally Posted by Sk8ordiek2k1
after putting in my password i get this
Quote:
A connection to the server could not be reached.
|
does this mean the login servers are down or did i do something wrong?
|
After you put your password in what?
__________________
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.
|