View Single Post
  #8  
Old 12-22-2005, 04:20 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by stefann
The division of sony that runs EQ had nothing to do with the rootkit, leave them alone.
I don't really care.
They trashed their already-not-so-good name.
They'll suffer the consequences.
__________________
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