View Single Post
  #2  
Old 09-03-2004, 06:36 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default 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.