View Single Post
  #5  
Old 07-23-2004, 01:20 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

I think this is more needed then some people realize, since minilogin broke theres been alot of on and off broken servers, I think this would take some pressure off the logins. Remember the long downage recently?
__________________
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.
Reply With Quote