View Single Post
  #10  
Old 11-21-2004, 04:47 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Scorpx725
Quote:
good partner working with me (cisyouc)
Cisyouc and good partner in the same sentence should never happen. :lol:

<3 Cisy
Grrrr.

Very nice guide, Wiz. I agree with all points you made.
__________________
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