Eh. EQIM is really just a glorified IRC client. Heck, it would be better to write just a glorified telnet application for EQEMu that acted like EQIM. But EQEMu's server account setup is different than sony's where they can all be interconnected, EQIM couldnt work with EQEMu without being like, completely rewritten.
__________________
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.
|