Thread: My Guide
View Single Post
  #3  
Old 09-05-2005, 04:26 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Seeing as 0.6.2 is going to be the last version for a while as the dev team regroups, I'd say 0.6.2 would be more useful at this point.
__________________
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