Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

C++ 11 vs C++ 14 vs C++ 17

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

C++ is a cross-platform language used to create high-performance applications, has user-friendly syntax, rich libraries, and fast speed. The language was updated to 3 versions namely C++11, C++14, and C++17 respectively. The technical highlights of each of the versions are listed below:

C++ 11:

C++ 14:

C++ 17:

My Personal Notes arrow_drop_up
Last Updated : 11 Feb, 2022
Like Article
Save Article