Thread: Eqemu question
View Single Post
  #8  
Old 09-01-2004, 05:40 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Eqemu question

Quote:
Originally Posted by tony187
Hi everyone I just have a quick question I was told that I have to get the eqemu program from hackersquest and follow the guide from this website to set it up is this what needs to be done to play it and also where is the setup guide found I tried looking for it but no luck.
Hackersquest is COMPLETELY different from EQEMu.
__________________
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.