C++ Standard Library: A Tutorial and Reference<br/>By Nicolai M. Josuttis <br/> <br/>Publisher : Addison Wesley <br/>Pub Date : August 06, 1999 <br/>ISBN : 0-201-37926-0 <br/>Pages : 832 <br/><br/><br/>Content<br/>------------------<br/>Preface<br/><br/>Acknowledgments<br/><br/>Chapter 1. About this Book<br/><br/>1.1 Why this Book<br/><br/>1.2 What You Should Know Before Reading this Book<br/><br/>1.3 Style and Structure of the Book<br/><br/>1.4 How to Read this Book<br/><br/>1.5 State of the Art<br/><br/>1.6 Example Code and Additional Information<br/><br/>1.7 Feedback<br/><br/>Chapter 2. Introduction to C++ and the Standard Library<br/><br/>2.1 History<br/><br/>2.2 New Language Features<br/><br/>2.3 Complexity and the Big-O Notation<br/><br/>Chapter 3. General Concepts<br/><br/>3.1 Namespace <br/><br/>3.2 Header Files<br/><br/>3.3 Error and Exception Handling<br/><br/>3.4 Allocators<br/><br/>Chapter 4. Utilities<br/><br/>4.1 Pairs<br/><br/>4.1.1 Convenience Function <br/><br/>4.1.2 Examples of Pair Usage<br/><br/>4.2 Class <br/><br/>4.3 Numeric Limits<br/><br/>4.4 Auxiliary Functions<br/><br/>4.5 Supplementary Comparison Operators<br/><br/>4.6 Header Files <br/><br/>Chapter 5. The Standard Template Library<br/><br/>5.1 STL Components<br/><br/>5.2 Containers<br/><br/>5.3 Iterators<br/><br/>5.4 Algorithms<br/><br/>5.5 Iterator Adapters<br/><br/>5.6 Manipulating Algorithms<br/><br/>5.7 User-Defined Generic Functions<br/><br/>5.8 Functions as Algorithm Arguments<br/><br/>5.9 Function Objects<br/><br/>5.10 Container Elements<br/><br/>5.11 Errors and Exceptions Inside the STL<br/><br/>5.12 Extending the STL<br/><br/>Chapter 6. STL Containers<br/><br/>6.1 Common Container Abilities and Operations<br/><br/>6.2 Vectors<br/><br/>6.3 Deques<br/><br/>6.4 Lists<br/><br/>6.5 Sets and Multisets<br/><br/>6.6 Maps and Multimaps<br/><br/>6.7 Other STL Containers<br/><br/>6.8 Implementing Reference Semantics<br/><br/>6.9 When to Use which Container<br/><br/>6.10 Container Types and Members in Detail<br/><br/>Chapter 7. STL Iterators<br/><br/>7.1 Header Files for Iterators<br/><br/>7.2 Iterator Categories<br/><br/>7.3 Auxiliary Iterator Functions<br/><br/>7.4 Iterator Adapters<br/><br/>7.5 Iterator Traits<br/><br/>Chapter 8. STL Function Objects<br/><br/>8.1 The Concept of Function Objects<br/><br/>8.2 Predefined Function Objects<br/><br/>8.3 Supplementary Composing Function Objects<br/><br/>Chapter 9. STL Algorithms<br/><br/>9.1 Algorithm Header Files<br/><br/>9.2 Algorithm Overview<br/><br/>9.3 Auxiliary Functions<br/><br/>9.4 The <br/><br/>9.5 Nonmodifying Algorithms<br/><br/>9.6 Modifying Algorithms<br/><br/>9.7 Removing Algorithms<br/><br/>9.8 Mutating Algorithms<br/><br/>9.9 Sorting Algorithms<br/><br/>9.10 Sorted Range Algorithms<br/><br/>9.11 Numeric Algorithms<br/><br/>Chapter 10. Special Containers<br/><br/>10.1 Stacks<br/><br/>10.2 Queues<br/><br/>10.3 Priority Queues<br/><br/>10.4 Bitsets<br/><br/>Chapter 11. Strings<br/><br/>11.1 Motivation<br/><br/>11.2 Description of the String Classes<br/><br/>11.3 String Class in Detail<br/><br/>Chapter 12. Numerics<br/><br/>12.1 Complex Numbers<br/><br/>12.2 Valarrays<br/><br/>12.3 Global Numeric Functions<br/><br/>Chapter 13. Input/Output Using Stream Classes<br/><br/>13.1 Common Background of I/O Streams<br/><br/>13.2 Fundamental Stream Classes and Objects<br/><br/>13.3 Standard Stream Operators << and >><br/><br/>13.4 State of Streams<br/><br/>13.5 Standard Input/Output Functions<br/><br/>13.6 Manipulators<br/><br/>13.7 Formatting<br/><br/>13.8 Internationalization<br/><br/>13.9 File Access<br/><br/>13.10 Connecting Input and Output Streams<br/><br/>13.11 Stream Classes for Strings<br/><br/>13.12 Input/Output Operators for User-Defined Types<br/><br/>13.13 The Stream Buffer Classes<br/><br/>13.14 Performance Issues<br/><br/>Chapter 14. Internationalization<br/><br/>14.1 Different Character Encodings<br/><br/>14.2 The Concept of Locales<br/><br/>14.3 Locales in Detail<br/><br/>14.4 Facets in Detail<br/><br/>Chapter 15. Allocators<br/><br/>15.1 Using Allocators as an Application Programmer<br/><br/>15.2 Using Allocators as a Library Programmer<br/><br/>15.3 The Default Allocator<br/><br/>15.4 A User-Defined Allocator<br/><br/>15.5 Allocators in Detail<br/><br/>15.6 Utilities for Uninitialized Memory in Detail<br/><br/>Internet Resources<br/><br/>Bibliography<br/><br/>
- 1
- zunique2013-03-20非常有帮助!
- easiechen2012-12-03工作中作为工具书,非常不错。谢谢。
- donalduk2013-01-18非常不错的C++教程
- dawuweijun2012-10-15非常有用,C++的经典教程,浅显易懂,分析很细致
- 粉丝: 61
- 资源: 33
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于SimPy和贝叶斯优化的流程仿真系统.zip
- (源码)基于Java Web的个人信息管理系统.zip
- (源码)基于C++和OTL4的PostgreSQL数据库连接系统.zip
- (源码)基于ESP32和AWS IoT Core的室内温湿度监测系统.zip
- (源码)基于Arduino的I2C协议交通灯模拟系统.zip
- coco.names 文件
- (源码)基于Spring Boot和Vue的房屋租赁管理系统.zip
- (源码)基于Android的饭店点菜系统.zip
- (源码)基于Android平台的权限管理系统.zip
- (源码)基于CC++和wxWidgets框架的LEGO模型火车控制系统.zip