View Single Post
  #30  
Old 10-03-2004, 10:42 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
fyi you never need UN approval to defend yourself but good job on appealing to emotion out of ignorance nonetheless :O
You can't possibly tell me that we have to pass a "Global Test" (Kerry's Words) in order to defend ourselves.
__________________
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