C++ STL -- 第1章 关于这本书

About this book:

1. 介绍C++ 和 STL

2. namespace 和 header files

3. 错误和异常处理

4. utility实用类

5.  各种组件

  • STL 容器Container,

  • 迭代器Iterator,

  • 函数对象Function Object,

  • 算法Algorithm,

  • 容器适配器和bitset,

  • string字符串,

  • Numeric,IO,国际化,

  • Allocators内存模型


你可能感兴趣的:(C++ STL -- 第1章 关于这本书)