如何获取 ANSI C 标准的副本?
可能的重复:
在哪里可以找到当前的 C 或 C++ 标准文件?
我一直听说这个“ANSI C”标准,就像我的编译器在某种程度上遵守了一些法律文件一样,但我自己从未真正见过该文件。
任何地方都知道我可以在哪里获取副本,或者它只是供编译器开发人员使用?
Possible Duplicate:
Where do I find the current C or C++ standard documents?
I keep hearing about this 'ANSI C' standard, like it was some legal document my compiler somewhat conforms to, but I've never actually seen the document myself.
Anywhere know where I can pick up a copy, or is it only intended for the eyes of compiler-developers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://webstore.ansi.org/RecordDetail.aspx?sku =ISO%2FIEC+9899%3A1999
据我所知,没有(合法)方法可以获取它的免费副本。
http://webstore.ansi.org/RecordDetail.aspx?sku=ISO%2FIEC+9899%3A1999
As far as I know, there's no (legal) way to obtain a free copy of it.
您可以免费下载的最接近实际标准的是工作组的草案:http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf
考虑到您只是想查看它而不是编写编译器,它应该足以满足您的需求。
The closest you will get to the actual standard that you can download freely is a draft from the working group: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf
Considering that you just want to look over it and not write a compiler, it should suffice for you.
我阅读了最新草稿的大部分内容,大部分是在回答问题时阅读的。我没有读过官方标准。
有一个问题专门关于获取标准、官方和草案(非官方)的副本。
I've read large portions of the latest drafts, mostly while answering questions here. I have not read the official standard.
There is a question specifically about getting copies of the standard, official and draft (non-official).