On Sun, Feb 17, 2002 at 07:38:49PM +0100, Philip Newton wrote:
> There aren't a whole lot of compilers implementing C99 (or whatever
> it's called) yet.
Not properly, certainly. In fact, it is possible to write a program that
cannot be correct under both standards, and there's no good way of
detecting which standard you're using.
One such problem, solved by a horrid hack is:
printf("I use C%s style comments\n",2//**/2
-1?"++":"");
For the other consider what happens when you want to print out a "long
long" as introduced by the C99 standard.
This is, of course, OT for fwp
MBM
--
Matthew Byng-Maddick <[EMAIL PROTECTED]> http://colondot.net/