资源简介
这是我心仪已久的一本书 我相信很多读者也有同样的感受 在所有的编程语言中 C++可以说是最为复杂的 它既是一门传统的编程语言 新的编程语言 说它是一门传统语言 是因为 C++诞生已将近 20 年的历史了 特别 年来 C++得到了快速的发展 C++是计算机软件领域中覆盖面最为广阔的编程语言 C++相关的智力投入也是其他任何一门语言所无法比拟的 人们对于 C++的研究已经 了对于一门编程语言所应有的关注 所以 现在的 C++已经非常成熟 有大量的资源 书籍 源代码等等 可供我们使用 说 C++是一门新的编程语言 是因为在 1998 年 International Standards Organiz
库函数查询手册 cear(ist)函数- clear(se函数 --22 clear(map)函数- 22 cear( vector函数 compare(string)函数 23 copy( string)函数 --24 count(bitset)函数 25 count(map)函数 count(et函数 26 D data( strin g)函数 27 E ty( deque)函数 28 empty( dlist)凼 囟数 28 emp y(map)函数- empy( queue)函数- 29 empty(se函数 30 emp↓yO函数 empty( string)函数 pty( vector函数 em 31 cnd( dique)函数 cnd(list函数- 32 end( vector)函数-- -33 end(map)函数-- 33 end(set函数 -34 end( string)函数-- --34 eof(io)函数-- -35 erase( deque)函数-- 35 erase(list数 erase( vector)函数 36 erase(map)函数 37 erase(set函数 erase( string)函数- 38 3 库函数查询手册 fl/io)函数- find(map) 函数 40 find(se函数-- 41 find( string)函数 find first not of( string)函数---142 find first of(string)函数- 43 find last not of(string)函数- ---------------43 fint last of(string)函数- flags(io)数-- 45 fijp( bitset函数 45 fush(io函数 46 front(deque)函数 46 fron(i函数-- 47 front(queue)函数 47 front( vector)函数 48 fstream(ic数 48 G gcount(io)函数 -50 geti)函数- 50 get allocator( deque)函数 gct allocator(list)函数 gct allocator(map)函数 52 get allocator(set)函数 --52 get allocator( (string)函数 3 get allocator( vector)函数 --53 getline(io)函数 --53 d(io)函数 54 Ignore(io)函数 insert( deque)函数 55 库函数查询手册 Insert(is函数-- insert( vector)函数 --57 Insert(map)函数 insert(set函数 insert( string函数-- -60 K key comp(map)函数 key comp(set函数-- 6 length( string)函数- lower bound(map)函数 lower bound(se函数 64 M max Size( deque函数 eeeeeeeeeeeeeeeee 65 max size(lst函数- max size(map)函数 66 max size(se函数-- 66 max size函数- -----6 max size( vector)函数 -67 merge(lis函数--- N nne( bitset函数 open(io)函数- 70 5 库函数查询手册 k(io)函数 pop( queue)函数 71 pop(stack )函数 72 p back( deque)函数 ck(ist函数 pop back( vector)函数 74 pop front( deque)函数-- 75 (it函数 -75 precision(io):数- 76 push(queue)函数 m 76 (tack)函数 77 push back( deque)函数 push back(ist函数 78 ush back( vector)函数 push front( deque)函数 --79 push front(lis函数- -79 pufo0)数 ------------80 putback(io)函数 --80 R regin( deque)函数 81 begin(ist)函数 cgin(ma p)函数- 2 regin(set函数--- 82 begin( string函数 --83 eing(vector)函数 read(iO)函数-- 84 remove(ist函数 84 rend( deque)函数- 85 rend(list函数- 85 rend(map)函数-- 86 rend(se函数 ---87 nd(string)函数 -87 rend( vector)函数- 88 6 库函数查询手册 replace( string)函数 -88 eserve( string函数- 90 reserve( vector)函数 图图m eset( bitset函数 resize( deque)函数- resize(i函数- resize( vector)函数 -92 resize( string)函数 93 reverse(list函数--- refind( string)函数--194 seekg(io)函数 96 seekp(o)函数- 96 set( bitset函数 ---97 setf(io)函数- ---98 size( (bitset函数 --98 size( deque)函数 lst函数 size(map)函数 100 size( (queue)函数 size(set函数 101 size( stack)函数 101 size( string)函数 size( vector)函数---102 sort(list函数 --102 splice(li!t函数- --103 substr( string函数 104 swap( deque函数 104 swap(list函数- --105 swap(se函数 106 swap(map)函数 -----107 swap(stng)函数 --108 swap( vector)函数- 109 7 库函数查询手册 teio)函数 io)函数 test( bitset函数 112 to string( bitset)函数 113 to ulong( bitset函数 113 top(sack)函数 1144 U unique(ist函数 115 upper bound(map)函数 115 upper bound(set函数 密,m 116 wdth(io)函数 l18 (o)函数 l18 8 库函数查询手册 any( bitset)函数 函数定义 bool any( const; 函数说明 如果一个 bitset变量有位被置1,则返回TRUE,否则返回 FALSE。 函数示例 bitset<8> bt(6): bool bRet bt anyo if(bRet) cout<<“True”<<end else cout<<" False”<<endl append( string)函数 函数定义 basic string &append const basic string &str); basic string &append( const char*str basic string &append( const basic string &str, size type index, size type len ) basic string &append( const char str, size type num basic_ string &append( size type num, char ch ) basic string &append (input iterator start, input iterator end 函数说明 函数功能说明如下 在字符串的末尾添加str; 在字符串的末尾添加st的子串,子串以 index索引开始,长度为len 9 库函数查询手册 在字符串的末尾添加str中的num个字符 在字符串的未尾添加num个字符ch 在字符串的末尾添加以迭代器 start和end表示的字符序列 函数示例 string str="hello, world str append(10,“*); cout < str < end: 输出:helo, world!*** assign( deque)函数 函数定义 void assign(input iterator start, input iterator end) void assign(Size num, const TYPE &val) 函数说明 assign函数用sart和end指示的范围为双向队列赋值,或者设置成num个val 函数示例 deque<char> dq1 (3) deque<char> dq2 (3, 'a'); dq 1. assign(dq 2. begin(, dq2 begin (+ 2); deque<char>: iterator pIndex dq1 begin(; for(pIndex; pIndex l=dq1. end(; pandex++) cout < pIndex; 输出:bb assign(ist)函数 函数定义 void assign(input iterator start, input iterator end) void assign(size type num, const TYPe &val)
代码片段和文件信息
- 上一篇:C语言 图书管理系统
- 下一篇:Boost.Asio C++网络编程(中文版)pdf
相关资源
- 数据结构与算法分析:C语言描述(原
- 11_人脸检测与识别系统.zip
- 猴博士课件C语言、大学物理电磁学、
- MFCvs2010画曲线图
- Visual C++视频会议开发技术与源码.ra
- VC数字图像处理杨淑莹北京交通大学
- C++标准库MSDN离线文档-微软2017-10月发
- 数据结构(C++语言版)第三版超清带
- Visual C++范例大全 400+的
- 《Visual C++网络编程开发与实战》案例
- Visual C++网络编程开发与实战 案例源码
- websocket客户端
- C算法图算法
- C++ 孔令德计算机图形学习题答案源代
- VC++实现浏览器
- 基于MFC的网络版连连看系统_源文件
- Visual C++ MFC棋牌类游戏编程五子棋,象
- C程序设计语言第二版,中英文版 习题
- C++TEST中文帮助文档
- 徐士良C常用算法程序集第二版
- 策略为王股票软件源代码(3.10专业版
- C-Free 5.0
- MFC 150 例程
- 轻松搞定C++语言.pdf
- c++人脸相似度检测MFC源码
- 精通Visual C++图像处理编程(PDF & 源代
- MFC socket与websocket通信
- VC一个很简单的屏保程序MFC
- 《Visual C++ 6.0 用户界面制作技术与应
- MFC界面设计小型点餐系统
评论
共有 条评论