View Single Post
  #6  
Old 12-16-2004, 08:22 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
generic quests
There is no 'generic database' though. True, you could submit the same quest twice with 1 or 2 changes, but will it get accepted? Probably not.
__________________
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