
A list of open-source C++ libraries - cppreference.com
May 12, 2025 · Simple DirectMedia Layer: a cross-platform (Windows, macOS, Linux, iOS, Android, and others), low level access to audio, keyboard, mouse, joystick, and graphics …
C++ Standard Library - cppreference.com
Nov 25, 2024 · The C++ standard library provides the following C++ library modules: The named module std exports declarations in namespace std that are provided by the importable C++ …
A list of open source C libraries - cppreference.com
Feb 4, 2025 · It offers optimized APIs for CRUD operations, comprehensive feature support (including BSON) and support for different authentication mechanisms enabling efficient …
Experimental C++ Features - cppreference.com
The C++ standards committee publishes experimental C++ language and library extensions for future standardization. Note: until 2012, these publications used the TR (technical report) …
C++ reference - cppreference.com
Dec 16, 2017 · C++. Compiler support: Freestanding and hosted: Language: Standard library: Standard library headers: Named requirements: Feature test macros (C++20) Language …
C++ Standard Library headers - cppreference.com
Apr 26, 2025 · The interface of C++ standard library is defined by the following collection of headers.
cppreference.com
Mar 30, 2025 · Contracts (C++26) Expressions Value categories Evaluation order Operators Conversions − Literals Constant expressions Statements if − switch for − range-for (C++11) …
std::unique_ptr - cppreference.com
Sep 30, 2024 · std::unique_ptr is a smart pointer that owns (is responsible for) and manages another object via a pointer and subsequently disposes of that object when the unique_ptr …
C++20 - cppreference.com
Nov 28, 2024 · C++20 is a major version after C++17, featuring major features (concepts, modules, coroutines, and ranges) and other language and library features. The standard was …
Extensions for networking - cppreference.com
Sep 11, 2023 · The C++ Extensions for Networking, ISO/IEC TS 19216:2018, defines new components for the C++ standard library listed on this page. The Networking TS is based on …