View Single Post
  #4  
Old 02-05-2006, 03:29 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

You do know that you can just check the expansions in the patcher when you patch to live and they are enabled within EQEMu (even if you don't purchase the expansion on your EQLive account), right?
__________________
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