Quote:
Originally Posted by RangerDown
And in today's news, MGM, producer of the Wizard of Oz movie, has just served this server with a C&D. They claim to have trademarked the phrase "no place like home."
(Disclaimer: That's a joke if you didn't know.)
|
Hahahahaha.
__________________
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.
|