View Single Post
  #11  
Old 04-17-2006, 11:48 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Ahhh! Green in the forum header!! It's a sign of the apocalypse!!!

Seriously, this is awesome. I, who have admittedly been a stick in the mud about all the new code changes in EQEMu, find this an amazing feat and gone about very very nicely. The design of the code appears impeccable and I can't wait to get my grubby hands on it (:
__________________
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.