- C++98 GCC has full support for the 1998 C++ standard. This mode is the default in GCC versions prior to 6.1 -std=c++98
- C++11 GCC 4.8.1 was the first feature-complete implementation of the 2011 C++ standard, previously known as C++0x. -std=c++11
- C++14 This mode is the default in GCC 6.1 up until GCC 10 (including). -std=c++14
- C++17 This mode is the default in GCC 11. -std=c++17
forked from MDGSF/CppPractice
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Aquarius2020/CppPractice
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 55.3%
- C 41.8%
- CMake 2.1%
- Makefile 0.6%
- Shell 0.2%
- Starlark 0.0%