Quote:
Originally Posted by http://www.eqemulator.net/forums/viewtopic.php?t=17796
There was a patch today i'm pretty sure it ruined the login its not entierly possible but a new eqgame.exe and the .dll files were downloaded i advise you guys not ot patch until someone knows for sure if it will work or not.
|
__________________
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.
|