What every C Programmer should know about undefined behavior #2/3
What every C Programmer should know about undefined behavior #2/3
Posted May 17, 2011 12:11 UTC (Tue) by dgm (subscriber, #49227)In reply to: What every C Programmer should know about undefined behavior #2/3 by jmalcolm
Parent article: What every C Programmer should know about undefined behavior #2/3
C, Unix or Ada, none of them can ensure the system is completely free of errors. Nothing can. Some languages can help reduce "certain" kinds of errors, often trading-off execution speed and/or generality... and introducing subtle, new kinds of errors.
