Thread: Evolution 2 ???
View Single Post
  #4  
Old 12-14-2004, 01:01 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Yeah... I really had high hopes for Evolution II. If I had the money I'd definatly start a Legit project like Evo2, however, I don't have the money to run a good hosted server like Evo was.
__________________
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