
Binary resource inclusion (since C23) - cppreference.com
Mar 24, 2025 · #embed is a preprocessor directive to include (binary) resources in the build, where a resource is defined as a source of data accessible from the translation environment.
Resource inclusion (since C++26) - cppreference.com
Embed parameters If pp-tokens is present in syntax (1) or syntax (2), it is processed just as in normal text. The processed pp-tokens should form a sequence of embed parameters , otherwise the …
C++26 - cppreference.com
Feb 21, 2025 · C++ Compiler support Freestanding and hosted Language Standard library Standard library headers Named requirements Feature test macros (C++20) Language support library …
cppreference.com
Planned Maintenance The site is in a temporary read-only mode to facilitate some long-overdue software updates. We apologize for any inconvenience this may cause!
C23 - cppreference.com
May 12, 2025 · nullptr constant and the associated nullptr_t type true and false become keywords (may be predefined macros for compatibility reasons) New preprocessor directives #elifdef #elifndef …
C++26 - cppreference.com
Contents New language features 2New library features 2.1New modules 2.2New headers 3Obsolete features 3.1Removed features 3.2Deprecated features Defect reports 5Compiler support 5.1C++26 …
Compiler support for C++26 - cppreference.com
Feb 27, 2024 · DR nn - the number nn after "DR" denotes target C++ revision the Defect Report is applied to, e.g., DR20 → C++20.
C language - cppreference.com
Apr 26, 2025 · Keywords Preprocessor #if - #ifdef - #ifndef - #elif#elifdef - #elifndef(C23)#define - # - ###include - #pragma#line - #error#warning(C23) - #embed(C23) Statements if - switchforwhile - do …
Template:cpp/compiler support/26 - cppreference.com
Template:cpp/compiler support/26 C++26 core language features
Preprocessor - cppreference.com
Directives The preprocessing directives control the behavior of the preprocessor. Each directive occupies one line and has the following format: # character preprocessing instruction (one of define, …