Thread: Login Power~
View Single Post
  #8  
Old 08-25-2004, 03:55 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.