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