Category:C: Difference between revisions

m (hopl id=577 -- Skip the search, which seems to find every language that starts with 'C'.)
Line 23:
* '''C90''' (often called '''[[ISO]] C''') is a minor improvement to C89, standardized by ISO in 1990. Most C compilers support it by default.
* '''C99''' is a significant improvement, adopting many features of [[C++]] and standardizing common compiler extensions. It was standardized by ISO in 1999, and by ANSI in 2000. It is not completely supported by many, if any, compilers, but most of its features are available in [[GCC]]. [http://gcc.gnu.org/c99status.html]
* '''C1xC11''' is athe versioncurrent standard, published in developmentDecember 2011. Some of its features are available in GCC. [http://gcc.gnu.org/gcc-4.6/changes.html#c]
 
==Citation==
Anonymous user