Quote:
Originally Posted by Nived
I just wish i knew enough about this stuff to help.
|
Make a copy of your EQ Directory specifically for EQEMu and only patch when the board says its okay, as suggested in the rules section >.<
__________________
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.
|