Thread: Im back
View Single Post
  #3  
Old 10-13-2004, 09:37 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
i noticed that SoE is ran buy a bunch of Pee Wee Hermans, and Clowns...
Ah, so they've gotten better?
__________________
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