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.
|