Thread: OpenEQ Dead?
View Single Post
  #11  
Old 03-26-2005, 01:27 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

This thread is now going to be locked.

Might I just say that OpenEQ did not fail because of any copyright problems.. not being EQ anymore ...all that. The project was closed simply because the developer wanted to continue a project he had already been working on previously.
__________________
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.