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

Last I heard, Mangoo is working on 3.0, which will read a table structure from an ini file so it will never go out of date, and he will be releasing the source.
__________________
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