我在哪里可以找到 C++11 标准论文?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7747069/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 17:25:08  来源:igfitidea点击:

Where can I find the C++11 standard papers?

c++c++11

提问by Dani

Possible Duplicate:
Where do I find the current C or C++ standard documents?

可能的重复:
在哪里可以找到当前的 C 或 C++ 标准文档?

Where can I find the full C++11 standard? I know features of it are floating around the internet but I can't seem to find the document itself.

我在哪里可以找到完整的 C++11 标准?我知道它的功能在互联网上流传,但我似乎无法找到文档本身。

采纳答案by Jerry Coffin

You can get the full, final standard directly from the ISO, or some national bodies.

您可以直接从ISO或某些国家机构获得完整的最终标准。

You probably don't want to get in a hurry though. The ANSI (for one) normally re-publishes an official version with identical technical material -- basically the only change is saying "ANSI/ISO" on the the title page instead of just "ISO". At least for past versions, however, the price has been muchmore reasonable (~$30US instead of ~$400US).

不过,您可能不想着急。ANSI(对于一个)通常会重新发布具有相同技术材料的正式版本——基本上唯一的变化是在标题页上说“ANSI/ISO”,而不仅仅是“ISO”。然而,至少对于过去的版本,价格合理得多(~30 美元而不是~400 美元)。

Edit: As expected, the standardis now available for $30US.

编辑:正如预期的那样,该标准现在售价 30 美元。

回答by R. Martinho Fernandes

If you don't really need and can't afford to shell out the money for the real thing, you can make do with the latest publicly available draft: N3242.

如果您不是真的需要并且负担不起为真品掏钱,您可以使用最新的公开草案:N3242

回答by rsjethani

IMO cppreference.comcan be a free alternative to buying the actual standard.

IMO cppreference.com可以是购买实际标准的免费替代方案。

回答by Nicol Bolas

The standard is available from the ISO websitefor ~$400 or so.

该标准可从ISO 网站获得,价格约为 400 美元左右。

回答by Foo Bah