Re: signed int overflow

From: JKop (NULL_at_NULL.NULL)
Date: 09/20/04


Date: Mon, 20 Sep 2004 09:20:55 GMT


Okay let's say that Standard C++... allows... a program to crash should you
cause a signed int to overflow.

Well... what the hell kind of implementation would allow this?! Even if one
does exist, it would have been abandoned 17 years 6 months and 2 days ago.

Imagine it, boot up WinXP. Open a few documents, play minesweeper, CRASH
(Opps sorry, this computer is ***, it crashes if signed integers overflow).

I'm open to further discussion on this... but at the moment it looks like
I'm going to ignore the directive that signed int overflow is undefined
behaviour and thus that the program may crash. Come on, it's bull***!

-JKop