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

Nothing was leet about these pictures.
There wasnt even a caffeine drink can on the desk.
You're not even a beginner l33tz0r without at least 3.
__________________
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