Thread: patchme
View Single Post
  #2  
Old 09-13-2004, 02:43 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

1. This should be in the Support Forum.
2. If I'm not mistaken eqlsClient.ini is built into the Client now?
3. There is a New Login Accts. link right on the main page.
__________________
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.