It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center
7年前关闭。
我在哪里可以看到C++ 11和C99之间的所有区别?
我认为C++ 98和C++ 03是基于C89/C90的。他们之间有什么不同吗?那么C++ 11和C99又如何呢?C99的一些特性被添加到C++ 11中,但其他的一些(如复合文字、VLAs等)。我是否可以查看此更改的完整列表?

最佳答案

C++标准有附录C,列出C和C++之间的差异。它被更新为C++ 11,它确实引用了C99的大部分内容。阑尾不是完整的,它触及了主要的区别。

关于c++ - C和C++某些标准之间的差异,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12662567/

10-10 13:32