C++26 Systems Programming Language documentation
ISO WG21 Working Draft, Standard for C++ Programming Language
C++ Reference
- cppreference.com, maintained by a group of C++ enthusiasts, format: HTML, note: external link
GNU g++ compiler
g++ compiler support
g++ compiler invocation
g++ -std=c++26 -v -g3
g++ -std=c++26 -v -g3 -Wall
g++ -std=c++26 -v -g3 -Wall -Werror
g++ -std=c++26 -v -g3 -fmodules-ts
g++ -std=c++26 -v -g3 -fmodules-ts -fmodule-only -x c++-system-header
g++ compiler complete help with all options
GNU C++ Library (libstdc++)
GNU libraries
we strongly recommend
NOT to use macros in your program. C++26 provides features that make macros nearly redundant.
Acknowledgements
- Thanks to Jonathan Wakely for assistance with tools and build-targets that helped generate the documentation.
- A big shout out to the GNU, FSF and free software community contributors for creating the awesome gcc, g++ and libstdc++ software.
About
The
mission of Software Freedom project is to
create a compelling alternative for 'software infrastructure' that powers 'infrastructure software'.
Know more
`
updated: 2025-02-07 1200 hrs UTC+0000