Quote:
yeah i know but still i was hoping there would be sumtin that would offend the liberals as well...
|
Get a splitscreen... Monkey-Bush on one, and on the other.....i dunno something about kerry's loooonnnnggggg botoxed ketchup face or something
__________________
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.
|