C++ Standard Library header files

From Cppreference

< cpp
Jump to: navigation, search

The interface of C++ standard library is defined by a set of files. These are as following:

Contents

[edit] Utilities library

[edit] Dynamic memory management

[edit] Numeric limits

[edit] Error handling

[edit] Strings library

[edit] Containers library

[edit] Algorithms library

[edit] Iterators library

[edit] Numerics library

[edit] Input/output library

[edit] Localization library

[edit] Regular Expressions library

[edit] Atomic Operations library

[edit] Thread support library