View Single Post
  #6  
Old 07-23-2004, 02:36 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Hmm

*ponders what I'd do in the same situation*


Living w/o Internet........Suicide....Living w/o internet.......Suicide....


Argh. I cant decide. Glad im not in your position.
__________________
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