W
Walter Roberson
On 3 Jun 2008 at 14:03, Walter Roberson wrote:
I find it pretty amazing that you and Sossman, who are appalled if
people don't keep at the front of their mind that "long unsigned int
long" is a synonym for "unsigned long long", or fail to account for the
behavior of their code on a machine with no stack where fopen always
returns NULL, and generally seem content to waste hours of your time
pouring over the pointless minutiae of the dustier corners of the ANSI
Bible, should be so reluctant to figure out what const means.
I've read the Standard about what it means, but since after reading
the Standard, it -appears- to me to be mostly a waste of time,
I can't seem to bring myself to Drink The Cool-Aid quite yet.
Perhaps I should phrase the matter a different way:
Is there any conforming program that uses 'const' which have a
different output (aside from timing) if all of the 'const' were
removed from the program?