Thread: tdc
View Single Post
  #5  
Old 03-26-2005, 01:24 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by mattmeck
will never happen, the developers are keeping us current with live to emulate EQ not trying to emulate eq-nomore
And it would be impossible, we have no server with ancient op codes to packet collect for.
__________________
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