View Single Post
  #42  
Old 08-08-2004, 06:52 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by gottasummer
thanks for the guide! Seems like a good alternative to perl, my final server I am gonna publish on only has activestate perl and, it doesnt have quests yet so whatever will run best.
QST is no longer supported in EQEMu I believe.
__________________
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