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.
|