內容簡介
《The C++ Standard Library》(中文版《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)
網路上的資源
參考書目
索引