View Single Post
  #8  
Old 09-15-2004, 02:12 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Well you should be, most people dont think so tho.
Um. Why? Hes not a coder/programmer (i think). Hes the highest level of any admin on the project that is not labeled a 'developer'. Id say hes got it good as it is.
__________________
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