мета-данные страницы
Это старая версия документа!
Стандартная библиотека C++
C Library
Стандартная библиотека C++ включает в себя спецификации стандарта ISO C90 из стандартной библиотеки C
| Заголовочный файл | Описание |
|---|---|
| <cassert> | C Diagnostics Library (header) |
| <cctype> | Character handling functions (header) |
| <cerrno> | C Errors (header) |
| <cfenv> <color blueC++11)</color> | Floating-point environment (header) |
| <cfloat> | Characteristics of floating-point types (header) |
| <cinttypes> (C++11) | C integer types (header) |
| <ciso646> | ISO 646 Alternative operator spellings (header) |
| <climits> | Sizes of integral types (header) |
| <clocale> | C localization library (header) |
| <cmath> | C numerics library (header) |
| <csetjmp> | Non local jumps (header) |
| <csignal> | C library to handle signals (header) |
| <cstdarg> | Variable arguments handling (header) |
| <cstdbool> (C++11) | Boolean type (header) |
| <cstddef> | C Standard definitions (header) |
| <cstdint> (C++11) | Integer types (header) |
| <cstdio> | C library to perform Input/Output operations (header) |
| <cstdlib> | C Standard General Utilities Library (header) |
| <cstring> | C Strings (header) |
| <ctgmath> (C++11) | Type-generic math (header) |
| <ctime> | C Time Library (header) |
| <cuchar> (C++11) | Unicode characters (header) |
| <cwchar> | Wide characters (header) |
| <cwctype> | Wide character type (header) |
C Library
Ввод-вывод:
fstream
iomanip
ios
iosfwd
iostream (ostream, istream)
sstream
streambuf
Многопоточность:
atomic (C++11)
condition_variable (C++11)
future (C++11)
mutex (C++11)
shared_mutex (C++14)
thread (C++11)
Прочие:
algorithm
bitset
chrono (C++11)
codecvt (C++11)
complex
exception
functional
initializer_list (C++11)
iterator
limits
locale
memory
new
numeric
random (C++11)
ratio (C++11)
regex (C++11)
stdexcept
string
system_error (C++11)
tuple (C++11)
typeindex (C++11)
typeinfo
type_traits (C++11)
utility
valarray