Header files for the C++ Standard Library and extensions, by category.
Algorithms [more information]
<algorithm>
C Library Wrappers
<cassert>, <cctype>, <cerrno>, <cfenv>, <cfloat>, <cinttypes>, <ciso646>, <climits>, <clocale>, <cmath>, <csetjmp>, <csignal>, <cstdarg>, <cstdbool>, <cstddef>, <cstdint>, <cstdio>, <cstdlib>, <cstring>, <ctgmath>, <ctime>, <cwchar>, <cwctype>
Containers [more information]
Sequence
<array>, <deque>,
Ordered Associative
<map>, <set>
Error Handling [more information]
<exception>, <stdexcept>,
Input/Output [more information]
<filesystem>, <fstream>, <iomanip>, <ios>, <iosfwd>, <iostream>, <istream>, <ostream>, <sstream>, <streambuf>, <strstream>
Iterators Library
<iterator>
Localization
<codecvt>, <cvt/wbuffer>, <cvt/wstring>, <locale>
Math and Numerics
<complex>, <limits>, <numeric>, <random>, <ratio>, <valarray>
Memory Management [more information]
<allocators>, <memory>, <new>,
Multithreading
<atomic>,
Other Utilities
<bitset>, <chrono>, <functional>,
Strings and Character Data
<regex>, <string>



