View Single Post
  #6  
Old 12-15-2004, 09:00 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Ack!! Only problem I have with this tutorial..

Quote:
Download EQAdmin
That program is WAYY outdated. It really is better to use MySQL or if you do not know how to use it, MySQL-Front or MySQL Control Center.
__________________
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