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.
|