View Single Post
  #25  
Old 08-07-2004, 02:22 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Melwin
Internet lawyers can go home now. Stop spreading misinformation.

SOE will not sue you for messing with this, believe me.
Well, it depends on -how- you mess with this, right? lol.
__________________
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