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

On the contrary... I liked Luclin + PoP much better than Old World, Kunark and espically Velious. Also the luclin models...awesome.

'Course I didn't actually read the posts above this, I skimmed them.
__________________
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