View Single Post
  #5  
Old 08-27-2004, 05:52 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

EEEP! You have $itemcount listed for 5 items!!
You can only turn 4 things into Bor Warhammer

Suggest: Remove the mystical furnace/sewing kit completely?


Very nice job on the quest.
__________________
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