文件名称:C 标准程序库自修教程与参考手册
文件大小:3.54MB
文件格式:RAR
更新时间:2010-06-29 11:21:39
c ,STL,
c 标准程序库-自修教本与参考工具
侯捷 孟岩 译
巨细靡遗·井然有序(侯捷译序)
孟岩译序
目录
前言
致谢
1.关于本书
2.C 及其标准程序库简介
3.一般概念
4.通用工具
5.Standard Template Library(STL,标准模板库)
6.STL容器(STL Container)
7.STL 迭代器(STL Iterators)
8.STL 仿函数(functors)(又名函数对象,function objects)
9.STL算法(STL Algorithms)
10.特殊容器(Special Containers)
11.Strings(字符串)
12.数值(Numerics)
13.以Stream Classes
14.国际化(Internationalization,i18n)
15.空间配置器(Allocator)