资源简介
The C++ Standard Library A Tutorial and Reference (2nd Edition)+cppstdlib-code.zip
C++标准库(第二版)英文版.pdf 非扫描版+源代码
Prefaceto the SecondEdition xxiii
Acknowledgments for the SecondEdition xxiv
Prefaceto the FirstEdition xxv
Acknowledgments for the FirstEdition xxvi
1 About This Book 1
1.1 Why This Book. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Before ReadingThis Book. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Styleand Structure of the Book . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 How to ReadThis Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.5 Stateof the Art . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.6 Example Codeand AdditionalInformation . . . . . . . . . . . . . . . . . . . . . 5
1.7 Feedback . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2 Introduction to C++ and the StandardLibrary 7
2.1 Historyof the C++ Standards . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.1.1 Common Questionsabout the C++11 Standard . . . . . . . . . . . . . . 8
2.1.2 Compatibility between C++98 and C++11 . . . . . . . . . . . . . . . . . 9
2.2 Complexity and Big-O Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3 New LanguageFeatures 13
3.1 New C++11 Language Features . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
3.1.1 Important MinorSyntax Cleanups . . . . . . . . . . . . . . . . . . . . . 13
3.1.2 AutomaticType Deductionwith auto . . . . . . . . . . . . . . . . . . . 14
3.1.3 UniformInitialization and Initializer Lists . . . . . . . . . . . . . . . . . 15
3.1.4 Range-Basedfor Loops . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.1.5 MoveSemanticsand Rvalue References . . . . . . . . . . . . . . . . . . 19
viii Contents
3.1.6 New String Literals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.1.7 Keyword noexcept . . . . . . . . . . . . . . . . . . . . . . . .

代码片段和文件信息
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 236213 2014-05-18 18:09 The C++ Standard Library A Tutorial and Reference (2nd Edition)\cppstdlib-code.zip
----------- --------- ---------- ----- ----
236213 1
----------- --------- ---------- ----- ----
文件 236213 2014-05-18 18:09 The C++ Standard Library A Tutorial and Reference (2nd Edition)\cppstdlib-code.zip
----------- --------- ---------- ----- ----
236213 1
- 上一篇:数据结构用面向对象方法与c++语言描述第二版
- 下一篇:dev C++编译器
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- VC++MFC小游戏实例教程(实例)+MFC类库
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
- c++ 透明代理(hookproxy)
- mfc 调用redis
- FTP客户端源码(c++)
- c++ 画图(14Qt-XPS)
- c++多边形交并差运算
评论
共有 条评论