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>
<ios>
类型
basic_ios
fpos
C++11
io_errc
ios
ios_base
streamoff
streampos
streamsize
wios
wstreampos
操纵符
boolalpha
dec
C++11
defaultfloat
fixed
hex
C++11
hexfloat
internal
left
noboolalpha
noshowbase
noshowpoint
noshowpos
noskipws
nounitbuf
nouppercase
oct
right
scientific
showbase
showpoint
showpos
skipws
unitbuf
uppercase
其他函数
C++11
iostream_category
参考
<ios>
头文件
<ios>
输入/输出基类
为 IOStream 类层次结构提供基类和类型的头文件
类型
类模板
basic_ios
流的基类(类型依赖组件)
(类模板)
fpos
流位置类模板
(类模板)
类
ios
流的基类(类型依赖组件)
(类)
ios_base
流的基类
(类)
wios
宽字符流的基类
(类)
其他类型
io_errc
输入/输出错误条件
(枚举类)
streamoff
流偏移类型
(类型)
streampos
流位置类型
(类型)
streamsize
流大小类型
(类型)
wstreampos
宽字符流位置类型
(类型)
格式化标志操纵符(函数)
独立标志(开启)
:
boolalpha
布尔值的字母数字表示
(函数)
showbase
显示数值基数前缀
(函数)
showpoint
显示小数点
(函数)
showpos
显示正号
(函数)
skipws
跳过空白字符
(函数)
unitbuf
插入后刷新缓冲区
(函数)
uppercase
生成大写字母
(函数)
独立标志(关闭)
:
noboolalpha
不使用布尔值的字母数字表示
(函数)
noshowbase
不显示数值基数前缀
(函数)
noshowpoint
不显示小数点
(函数)
noshowpos
不显示正号
(函数)
noskipws
不跳过空白字符
(函数)
nounitbuf
插入后不强制刷新
(函数)
nouppercase
不生成大写字母
(函数)
数值基数格式标志(“basefield”标志)
:
dec
使用十进制
(函数)
hex
使用十六进制
(函数)
oct
使用八进制
(函数)
浮点数格式标志(“floatfield”标志)
:
fixed
使用定点浮点表示法
(函数)
scientific
使用科学计数浮点表示法
(函数)
对齐格式标志(“adjustfield”标志)
:
internal
通过在内部位置插入字符来调整字段
(函数)
left
将输出左对齐
(函数)
right
将输出右对齐
(函数)
其他函数
iostream_category
返回 iostream 类别
(函数)
请注意,并非所有标准操纵符都在此头文件中定义。输入流还支持
ws
,输出流支持
endl
、
ends
和
flush
。流还支持一组额外的操纵符,它们是带参数的,并在头文件
<iomanip>
中单独定义。这些操纵符是:
setiosflags
、
resetiosflags
、
setbase
、
setfill
、
setprecision
、
setw