View Single Post
  #2  
Old 10-28-2004, 03:31 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Hello,

To play on EQEmu, all you need to do is click HOWTO: Play Guide found in the Tutorials section.

To run an EQEMu server, I suggest following the step-by-step guide (its the one with 10 pages or so of replies) to running one, also in the tutorials section.

Have fun!
__________________
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