C++11, C++14, C++17, general speaking

Since C++11, WG21, the ISO designation for the C++ standard,  try to ship the standard every 3 years.

The standard is comprised of two parts: the core language, and the STL.

1. What changes are made from c++11 to c++14:

    new features: 

2. What changes are made from c++14 to c++17

Major changes from C++14 to C++17 DIS (N4660) are: 

1. Removed or deprecated features:

    Remove trigraphs

    Remove register  The register keyword remains reserved, but it no longer has any semantics.

    Remove ++ for bool  Increment (++) prefix and postfix expressions are no longer valid for operands of type bool.

 

 

 2. 

原文链接: https://www.cnblogs.com/sarah-zhang/p/5423227.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    C++11, C++14, C++17, general speaking

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/232341

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月13日 下午3:26
下一篇 2023年2月13日 下午3:26

相关推荐