View Single Post
  #6  
Old 06-29-2005, 12:37 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote