View Single Post
  #12  
Old 02-08-2006, 01:20 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by HurtinuDaily
I dont know if its just me, but developing a client for the emu would probably be the best bet, I read in a thread a while back it was an idea that was being tossed around. Once you have a client of your own you can freely distribute and never have to chase live again. Developing a client would be a huge undertaking, but once completed would be well worth it.
There've been many attempts at this (such as OpenEQ). To what I've seen there's (A) too many arguments or disagreements of design (B) lack of interest. It would just take so much time to do so that they get bored of the project (such as OpenEQ again).
__________________
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