View Single Post
  #14  
Old 08-24-2004, 08:33 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

This actually happened to me once with cshome. What happened is I had my guilds set up funky (I think that was the issue anyway) and when I deleted the character and made a new one it was fine.
__________________
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