Hi, all!
I'm looking for a list of features that are supported in C but not
supported in C++. I also need the complete list of language alterations
from K&R C to C89 then to C99.
Would anyone help? Thanks!
Aladdin
Homework?
C++, and the differences between C and C++, are completely off-topic
here. As far as the C language standard and this group are concerned,
the existence of C++ is barely noted.
As for the differences from ISO C90 to ISO C99, there is a summary in
the forward of the Standard itself. You can buy a copy of the
standard from ANSI for $18.00US, look for ISO 9899.
You can also download the last public draft of the 1999 standard free
in one of several formats from
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n869/. There are some
differences between this and the final official 1999 standard, and it
does not include the two TCs since 1999.
As for the differences between K&R C and ISO 90, can't think of a good
source off-hand.