-
June 11th, 2017, 05:19 AM
#1
c++17 standards
Details about the c++14 standard and the new c++17 standard can be found here https://isocpp.org/std/the-standard including links to download a draft copy of the standards. Note that the standards are in excess of 1300 pages if anyone is tempted to print them!
Details of the new features in c++14 from c++11 can be found here
https://en.wikipedia.org/wiki/C%2B%2B14
http://meetingcpp.com/index.php/br/i...ng-at-c14.html
and also on the c++14 section of
https://isocpp.org/faq
Details of the new features of c++17 can be found here
https://en.wikipedia.org/wiki/C%2B%2B17
https://stackoverflow.com/questions/...eatures-in-c17
Details regarding c++11/14/17 standard compliance for several compilers can be found here http://en.cppreference.com/w/cpp/compiler_support
PS The final c++ standards are not available for free. As they are ISO standards, they have to be puchased. The cost for the c++14 standard is $133. See the isocpp link above for details re purchase.
Last edited by Steve R Jones; May 8th, 2021 at 06:22 AM.
-
August 27th, 2018, 05:01 AM
#2
Re: c++ standards
An on-line version of the c++17 standard is available at https://timsong-cpp.github.io/cppwp/n4659/
An on-line version of the current status of the proposed c++20 standard is available at https://timsong-cpp.github.io/cppwp/
-
September 22nd, 2018, 05:39 AM
#3
Re: c++ standards
Details of the changes from c++14 to c++17 can be found here
http://www.open-std.org/jtc1/sc22/wg...7/p0636r2.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|