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

Quote:
Originally Posted by sotonin
NEW UNRELEASED EQ2 Halfling previews. This is a new model they have in development to replace the current one. IMO much better. What do you think??

http://www.peqserver.com/halflings-eq2.jpg
I'm going to have nightmares now.
__________________
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