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