cplusplus
.com
教程
参考
文章
论坛
C++
教程
参考
文章
论坛
参考
C 库
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
C++11
<cfenv> (fenv.h)
<cfloat> (float.h)
C++11
<cinttypes> (inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
C++11
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
C++11
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
C++11
<ctgmath> (tgmath.h)
<ctime> (time.h)
C++11
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
容器
C++11
<array>
<deque>
C++11
<forward_list>
<list>
<map>
<queue>
<set>
<stack>
C++11
<unordered_map>
C++11
<unordered_set>
<vector>
输入/输出
<fstream>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<ostream>
<sstream>
<streambuf>
多线程
C++11
<atomic>
C++11
<condition_variable>
C++11
<future>
C++11
<mutex>
C++11
<thread>
其他
<algorithm>
<bitset>
C++11
<chrono>
C++11
<codecvt>
<complex>
<exception>
<functional>
C++11
<initializer_list>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
C++11
<random>
C++11
<ratio>
C++11
<regex>
<stdexcept>
<string>
C++11
<system_error>
C++11
<tuple>
C++11
<type_traits>
C++11
<typeindex>
<typeinfo>
<utility>
<valarray>
<string>
类模板
basic_string
char_traits
类
string
C++11
u16string
C++11
u32string
wstring
函数
C++11
stod
C++11
stof
C++11
stoi
C++11
stol
C++11
stold
C++11
stoll
C++11
stoul
C++11
stoull
C++11
to_string
C++11
to_wstring
参考
<string>
头文件
<string>
字符串
此头文件引入了字符串类型、字符特征和一组转换函数
类模板
basic_string
通用字符串类
(类模板)
char_traits
字符特征
(类模板)
类实例化
string
字符串类
(类)
u16string
16位字符的字符串
(类)
u32string
32位字符的字符串
(类)
wstring
宽字符串
(类)
函数
从字符串转换
stoi
将字符串转换为整数
(函数模板)
stol
将字符串转换为长整数
(函数模板)
stoul
将字符串转换为无符号整数
(函数模板)
stoll
将字符串转换为长长整数
(函数模板)
stoull
将字符串转换为无符号长长整数
(函数模板)
stof
将字符串转换为单精度浮点数
(函数模板)
stod
将字符串转换为双精度浮点数
(函数模板)
stold
将字符串转换为长双精度浮点数
(函数模板)
转换为字符串
to_string
将数值转换为字符串
(函数)
to_wstring
将数值转换为宽字符串
(函数)
范围访问
begin
指向起始位置的迭代器
(函数模板)
end
指向末尾的迭代器
(函数模板)