View Single Post
  #2  
Old 04-18-2006, 12:40 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Pentium III Katmai @ 450 MHz, 192 MB RAM, Gentoo Linux 2.6.12, No GPU.

10 zones.

Comfortably seats 5 people.
__________________
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