Reputation:
Is there currently a group working on the next C standard (by next, I mean after C99)? If so, what are the features likely to make it in?
Upvotes: 14
Views: 1156
Reputation: 3887
They are at least working with the C++0x group to keep the threading standards between the two languages compatible. (Which also means that C will get a threading standard.)
Upvotes: 1
Reputation: 12298
According to the Wikipedia page (quoted by the OP), features include “Removal of the gets
function”. What I find ridiculous is that, by the very nature of the C language, there are so so many ways to shoot yourself in the foot, and they remove exactly one of them.
Com'on, it's a grown ups' language! If you can shoot yourself in the foot, it's only because it has real firepower!
Upvotes: -1
Reputation: 1827
there is something called c1x (still a draft)
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1425.pdf
Upvotes: 6