Re: ~
Quote:
Originally Posted by Derision
Quote:
Originally Posted by gayfag~
Let's not, so we can keep pissing off dumb asses like you.
|
What a shame Melwin is away, or that might have been 'Strike Three' :(
|
Funny i just sent him a PM about that >.<
__________________
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.
|