
cppreference.com
What links here Related changes Upload file Special pages Printable version Permanent link Page information
Talk:Main Page - cppreference.com
Hiding previous versions of standard Is it possible to hide everything unrelated to particular standard? It should be, because all the …
PImpl - cppreference.com
"Pointer to implementation" or "pImpl" is a C++ programming technique that removes implementation details of a class from its object …
Namespaces - cppreference.com
Namespaces provide a method for preventing name conflicts in large projects. Entities declared inside a namespace block are …
virtual function specifier - cppreference.com
Specifies that a non-static member function is virtual and supports dynamic dispatch. It may only appear in the decl-specifier-seq of …
C++ reference - cppreference.com
C++ reference C++
C++ Standard Library - cppreference.com
Library contents The C++ standard library provides definitions for the entities and macros described in the synopses of the C++ …
C++17 - cppreference.com
C++17 is a major version that follows the minor version C++14 and introduces new language and library features. The standard was …
C++ language - cppreference.com
This is a reference of the core C++ language constructs.
Functions - cppreference.com
Functions are C++ entities that associate a sequence of statements (a function body) with a name and a list of zero or more function …