View Single Post
  #9  
Old 04-22-2005, 01:44 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

I don't like that idea at ALL.

Not that I didn't see it coming, but there is no way in hell Id play eq(2)live ever again if this is put in.

Sony just wants a little of that $200 million.
__________________
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