Everyone who writes safety critical software should read this

eles eles at eles.com
Fri Nov 1 13:51:13 PDT 2013


On Friday, 1 November 2013 at 15:03:47 UTC, bearophile wrote:
> Walter Bright:

> avoid languages unable to detect integral overflows (at 
> compile-time or run-time) in all normal numerical operations,

Yeah, after the scope() statement, this is the thing that I'd 
want the most in my C, at least during debugging and testing. At 
least for some variables that we assume should never overflow 
(and most of them are like that).


More information about the Digitalmars-d mailing list