C++ 有多少个版本?标准有吗?

发布于 2024-09-28 02:27:57 字数 48 浏览 0 评论 0原文

C 语言中有 C89、C99 和 C11;那么 C++ 呢?出来之后有什么升级吗?

In C there's C89, C99, and C11; what about C++? Is there any upgrade since it came out?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晒暮凉 2024-10-05 02:27:57
  • C++98 (ISO/IEC 14882:1998) 是第一版。

  • C++03 (ISO/IEC 14882:2003) 是第二版,通常被认为是错误修复,但它有 许多更改

  • C++11 是第三版。

  • C++14 是第四版。

  • C++17 是最新版本(截至 2017 年)。

您可以下载标准和草案的 PDF 版本。

  • C++98 (ISO/IEC 14882:1998) is the first edition.

  • C++03 (ISO/IEC 14882:2003) is the second edition and often considered a bugfix, but it has many changes.

  • C++11 is the third edition.

  • C++14 is the fourth edition.

  • C++17 is the latest edition (as of 2017).

You can download PDFs of the standards and drafts.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文