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.
|