下一个 C 标准是否正在积极开发?
目前是否有一个小组致力于下一个 C 标准(下一个,我的意思是 C99 之后)?如果是这样,有哪些功能可能会出现?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个叫做 c1x 的东西(仍然是草案)
http: //www.open-std.org/jtc1/sc22/wg14/www/docs/n1425.pdf
there is something called c1x (still a draft)
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1425.pdf
他们至少正在与 C++0x 小组合作,以保持两种语言之间的线程标准兼容。 (这也意味着 C 将获得线程标准。)
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.)
根据 维基百科页面(OP 引用),功能包括“删除
gets
函数”。我觉得可笑的是,就 C 语言的本质而言,有太多搬起石头砸自己脚的方法,而他们恰恰删除了其中的一个。拜托,这是成年人的语言!如果你能搬起石头砸自己的脚,那只是因为它有真正的火力!
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!