View Single Post
  #12  
Old 08-03-2005, 10:21 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote