Quote:
but then we have hillary on our hands, ill be sure to start another post on that election........................
devil women
|
Curse you for saying the Devil's true name.
__________________
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.
|