11
Published a new standard for the language C: C11
by admin ·
International Ogranizatsiya for Standardization (ISO) has published a new international standard for programming language C: ISO / IEC 9899:2011, formerly known as C1x . The main changes:
- multi-threading;
- improved support for Unicode;
- generalized macros (type-generic expressions, allow static overloading);
- anonymous structures and unions (simplify handling to nested structures);
- flare control facilities;
- Static assertions (static assertions);
