Compiling?
Just wondering what happened to Virus's posts in the help center about compiling EQEMu w/ and w/o perl. I thought they were the best of the helpful guides out there and now they vanished. I don't need it anymore, but they were a great help when I first got VC++ 6.
__________________
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.
|