Site Tools


list-of-cpp-headers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
list-of-cpp-headers [February 19, 2026 at 14:41] yanevskivlist-of-cpp-headers [June 15, 2026 at 08:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# List of C++ headers
 +
 +## C++98
 +
 + - [[cpp-algorithm|<algorithm>]]
 + - [[cpp-bitset|<bitset>]]
 + - [[cpp-complex|<complex>]]
 + - [[cpp-deque|<deque>]]
 + - [[cpp-exception|<exception>]]
 + - [[cpp-fstream|<fstream>]]
 + - [[cpp-functional|<functional>]]
 + - [[cpp-iomanip|<iomanip>]]
 + - [[cpp-ios|<ios>]]
 + - [[cpp-iosfwd|<iosfwd>]]
 + - [[cpp-iostream|<iostream>]]
 + - [[cpp-istream|<istream>]]
 + - [[cpp-iterator|<iterator>]]
 + - [[cpp-limits|<limits>]]
 + - [[cpp-list|<list>]]
 + - [[cpp-locale|<locale>]]
 + - [[cpp-map|<map>]]
 + - [[cpp-memory|<memory>]]
 + - [[cpp-new|<new>]]
 + - [[cpp-numeric|<numeric>]]
 + - [[cpp-ostream|<ostream>]]
 + - [[cpp-queue|<queue>]]
 + - [[cpp-set|<set>]]
 + - [[cpp-sstream|<sstream>]]
 + - [[cpp-stack|<stack>]]
 + - [[cpp-stdexcept|<stdexcept>]]
 + - [[cpp-streambuf|<streambuf>]]
 + - [[cpp-string|<string>]]
 + - [[cpp-typeinfo|<typeinfo>]]
 + - [[cpp-utility|<utility>]]
 + - [[cpp-valarray|<valarray>]]
 + - [[cpp-vector|<vector>]]
 +
 +## C++11
 +
 + - [[cpp-array|<array>]]
 + - [[cpp-atomic|<atomic>]]
 + - [[cpp-chrono|<chrono>]]
 + - [[cpp-codecvt|<codecvt>]]
 + - [[cpp-condition-variable|<condition_variable>]]
 + - [[cpp-forward-list|<forward_list>]]
 + - [[cpp-future|<future>]]
 + - [[cpp-initializer-list|<initializer_list>]]
 + - [[cpp-mutex|<mutex>]]
 + - [[cpp-random|<random>]]
 + - [[cpp-ratio|<ratio>]]
 + - [[cpp-regex|<regex>]]
 + - [[cpp-scoped-allocator|<scoped_allocator>]]
 + - [[cpp-system-error|<system_error>]]
 + - [[cpp-thread|<thread>]]
 + - [[cpp-tuple|<tuple>]]
 + - [[cpp-type-traits|<type_traits>]]
 + - [[cpp-typeindex|<typeindex>]]
 + - [[cpp-unordered-map|<unordered_map>]]
 + - [[cpp-unordered-set|<unordered_set>]]
 +
 +## C++14
 +
 + - [[cpp-shared-mutex|<shared_mutex>]]
 +
 +## C++17
 +
 + - [[cpp-any|<any>]]
 + - [[cpp-charconv|<charconv>]]
 + - [[cpp-execution|<execution>]]
 + - [[cpp-filesystem|<filesystem>]]
 + - [[cpp-memory-resource|<memory_resource>]]
 + - [[cpp-optional|<optional>]]
 + - [[cpp-string-view|<string_view>]]
 + - [[cpp-variant|<variant>]]
 +
 +## C++20
 +
 + - [[cpp-barrier|<barrier>]]
 + - [[cpp-bit|<bit>]]
 + - [[cpp-compare|<compare>]]
 + - [[cpp-concepts|<concepts>]]
 + - [[cpp-coroutine|<coroutine>]]
 + - [[cpp-format|<format>]]
 + - [[cpp-latch|<latch>]]
 + - [[cpp-numbers|<numbers>]]
 + - [[cpp-ranges|<ranges>]]
 + - [[cpp-semaphore|<semaphore>]]
 + - [[cpp-source-location|<source_location>]]
 + - [[cpp-span|<span>]]
 + - [[cpp-stop-token|<stop_token>]]
 + - [[cpp-syncstream|<syncstream>]]
 + - [[cpp-version|<version>]]