View Single Post
  #8  
Old 12-09-2004, 01:00 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote