Quote:
Originally Posted by Melwin
Quote:
Originally Posted by a_Guest03
Mattmeck goes to supporter from excessive... I go to excessive from supporter, and lost my "The Kid of Accountants" with no butts to Supporter...
Wish I could keep whatever title I had at each time.
|
Original title is back ;P
|
!!!!
<lie> Oh how I wish I had my old title of Buddy Christ... </lie>
/wink
__________________
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.
|