Thread: Client crashing
View Single Post
  #6  
Old 09-08-2004, 06:57 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by sotonin
wow. that was unexpected.

**warning** not a flame.

I'm a bit disturbed by the avatar myself ><
And i thought mine was disturbing enough with a severed pigs head. hehe

I remember when that guy popped around with that huge chubby kid doing his flabby flex pose. People made fun of him too but nobody got a strike.

[``img]http://www.peqserver.com/retard.gif[/img]
Well yeah, the person with the avatar here didnt get a strike either, the person who flamed the person with the avatar did.
__________________
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.