View Single Post
  #13  
Old 06-24-2005, 07:06 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Oscar
Then what is the purpose of general discussion? If a topic comes up people respond. Quit trying to police every single topic, it's ridiculous. And no, I don't care how many posts you have.
Then let me police every single topic. Moved to Server Discussion.
__________________
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