Quote:
Originally Posted by NeroTheDark
but i like teh idea of everyhting being pre-complied and not having to worry about all that open source jazz.
|
You can't expierence alot of what you can when you edit and compile your own version of EQEMu Source.
__________________
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.
|