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


Explore SyncFusion's Blazor Playground
16/04/2024

Syncfusion has provided an in-browser environment where you can write, compile and run code that uses Blazor components and get it previewed live.



Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]


More News

Last Updated ( Friday, 30 December 2011 )