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

Quote:
Originally Posted by mysti12
I know what a compiler is but i dont know how to use it.
You dont need world.exe to play on other servers, you see. Besides if you patched to live, you cant play anymore right now.
__________________
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.