New ISO C standard - C11
Written by Mike James   
Friday, 30 December 2011

The ISO has just published the latest C language standard known previously as C1X and now that it has been published as C11. This is not to be confused with C++11, which is the recent upgrade to the C++ language.

The new standard replaces C99, but many of the new features are optional, making it easier for compilers to claim compliance. This seems like a very strange idea that will result in programmers not being able to rely on compliant compilers implementing some of the more attractive features of the new standard.

 

C11logo

 

Non-optional features include alignment for data structures, type generic expressions for macros, multithreading, better unicode support, anonymous structures and unions and a few more improvements.

Some of the more interesting optional facilities include complex numeric types, variable length arrays, bounds checking and atomic primitives.

One issue that seems to be annoying the C community is the high price set for the PDF download of the new standard. The ISO is funded by many governments and makes use of the freely-given time of many government funded academics, yet it still feels that it has the right to charge around $300 for a PDF download. It is worth noting that the draft standard can still be read for free.

It is also worth commenting that most of the "new" features have been supported by the commonly used C compilers for some time. For example, GCC 4.6 has experimental support for some of the new features. 

 

C11logo

More Information

ISO/IEC 9899:2011

The draft standard

C++0x approved

 

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.


Banner


Spider Courtship Decoded by Machine Learning
07/04/2024

Using machine learning to filter out unwanted sounds and to isolate the signals made by three species of wolf spider has not only contributed to an understanding of arachnid courtship behavior, b [ ... ]



Falco On Track To Version 1.0.0
02/04/2024

Falco is a cloud native runtime security tool for the Linux operating system, designed to detect abnormal behavior and warn of potential security threats in real-time. Now it's about to release its fi [ ... ]


More News

Last Updated ( Friday, 30 December 2011 )