Quote:
Cisyouc from this day forward you
will also be known as The Negronic Shit Brick
Buddy Christ from this day forward you
will also be known as The Pooping Baby Poop
|
-edit-
Woah.
Quote:
Lethal Encounter from this day forward you
will also be known as The Fucking Faggot ass Mexican
|

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