View Single Post
  #3  
Old 08-03-2005, 10:27 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

1. Wrong Forum.
2. 0.6.0-DR2 is a development build, not a release.. If you can't compile it, most likely it isn't for you.
__________________
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