View Single Post
  #2  
Old 01-16-2005, 02:38 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
3 - Plate
14 - Robe (Green)
Might I add that...

10 - Red and Gold Robe
11 - Blackand Purple (Priest of Discord) Robe
12 - Yellow Robe
13 - Light Blue and Gold Robe
14 - Turquoise and Brown Robe
15 - Purple, Blue and Gold Robe
16 - White and Grey Robe

(God I cant believe i memorized that)
__________________
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