C++标准库中函数对应的头文件

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

C++ 标准库中函数所对应的头文件

名字头文件

========================================== abort

accumulate

allocator

auto_ptr

back_inserter

bad_alloc

bad_cast

bind2nd

bitset

boolalpha

cerr

cin

copy

count

count_if

cout

dec

deque

endl

ends

equal_range

exception

fill

fill_n

find

find_end

find_first_of

fixed

flush

for_each front_inserter internal

ios_base isalpha

islower

ispunct isspace istream istream_iterator istringstream isupper

left less_equal

list

logic_error lower_bound make_pair

map

max min multimap multiset negate noboolalpha noshowbase noshowpoint

noskipws notl nounitbuf nouppercase

nth_element oct ofstream ostream ostream_iterator ostringstream

out_of_range pair partial_sort plus priority_queue ptrdiff_t queue range_error replace replace_copy reverse_interator right runtim e_error scientific set

set_difference set_intersection

set_union setfill setprecision

setw showbase showpoint size_t skipws sort sqrt stable_sort stack strcm p strcpy string stringstream

strlen strncpy terminate tolower toupper unexcepted uninitialized_copy unitbuf unique unique upper_bound uppercase vector

头文件说明

#include //设定插入点

#include //字符处理

#include //定义错误码

#include //浮点数处理

#include //文件输入/输出

#include //参数化输入/输出

#include //数据流输入/输出

#include //定义各种数据类型最值常量

#include //定义本地化函数

#include //定义数学函数

#include //定义输入/输出函数

#include //定义杂项函数及内存分配函数

#include //字符串处理

#include //基于数组的输入/输出

#include //定义关于时间的函数

#include //宽字符处理及输入/输出

#include //宽字符分类

//////////////////////////////////////////////////////////////////////////

标准C++ (同上的不再注释)

#include //STL 通用算法

#include //STL 位集容器

#include

#include

#include

#include

#include //复数类

#include

#include

#include

#include

#include //STL 双端队列容器

#include //异常处理类

#include

#include //STL 定义运算函数(代替运算符)#include

#include //STL 线性列表容器

#include //STL 映射容器

相关文档
最新文档