c - C1x: When will it land, what to expect? -


c99 still isn't supported many compilers, , of focus on c++, , upcoming standard c++1x.

i'm curious c "get" in next standard, when it, , how keep c competitive. c , c++ known feed on 1 another's improvements, c feeding on c++1x standard?

what can forward in c's future?

the iso/iec 9899:2011 standard, aka c11, published in december 2011.

the latest draft n1570; i'm not aware of differences between , final standard. there's technical corrigendum fixing oversight in specification of __stdc_version__ (now 201112l) , optional __stdc_lib_ext1__ (now 201112l).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -