Quote:
Originally Posted by DefinedAnarchy
How about making a different user account on Windows and installing another EQ to a different folder..such as My Documents..Sure it's a waste of 2+ gb,but if you're desperate,give it a shot
|
Why do that when you can just copy the EQ directory?
__________________
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.
|