Quote:
Originally Posted by Scorpx725
Cute.
|
Too ashamed to post your own? Dont worry!
Quote:
Originally Posted by That thing-o-mer-bob-er
Scorpx725 from this day forward you
will also be known as The Gothic Goat anus
|
__________________
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.
|