Thread: Old Thread
View Single Post
  #1  
Old 12-09-2004, 09:19 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Old Thread

May I make a motion that http://www.eqemulator.net/forums/viewtopic.php?t=17142 should be deleted or destickied because its outdated?

Just a thought.
__________________
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