Quote:
Originally Posted by Scorpx725
Whoever designed the revamps at Sony needs a bullet in the head from 1 foot away.
Please.
|
Why a foot away? Make the person whos shooting a Sony rep and so when the gun fires it will launch back into the shooter and knock them out too.
__________________
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.
|