Thread: Learning C++
View Single Post
  #8  
Old 07-20-2004, 07:13 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by sotonin
KK. just making sure. ) Seen some people post a "Hello World" example and be like. make me a jr dev i know c++. hehe
Oh god, I hope your not serious >.<
__________________
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