第 2 章 Creating C or C++ Applications
Red Hat offers multiple tools for creating applications by using the C and C++ languages. Learn about some of the most common development tasks.
2.1. GCC in RHEL 10 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Red Hat Enterprise Linux 10 is distributed with the GNU Compiler Collection (GCC) 14 as the standard compiler.
The default language standard setting for GCC 14 is C++17. This is equivalent to explicitly using the command-line option -std=gnu++17.
Later language standards, such as C++20 and so on, and library features introduced in these later language standards remain experimental.