Thread: Compiling?
View Single Post
  #1  
Old 08-19-2004, 06:45 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default 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.
Reply With Quote