View Single Post
  #72  
Old 09-05-2004, 03:42 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by samandhi
Quote:
c:\program files\everquest\eqgame.exe patchme
Will probably have to be in quotes because of the space in "Program Files"....
or you can use /Progra~1/
__________________
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