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.
|