首页

《Effective STL》PDF英文版本下载

标签:C++,C语言,Containers,Effective     发布时间:2016-11-30   
  • 云盘下载:
  • [提取码:0000]
  • 本地下载:
       ( 需积分:2  )

一、目录介绍

Effective STL副本.jpg

Copyright
Addison-Wesley Professional Computing Series
Preface
Acknowledgments
Introduction
Ch. 1. Containers
Ch. 2. vector and string
Ch. 3. Associative Containers
Ch. 4. Iterators
Ch. 5. Algorithms
Ch. 6. Functors, Functor Classes, Functions, etc
Ch. 7. Programming with the STL
Bibliography
Appx. A. Locales and Case-Insensitive String Comparisons
How to Do Case-Insensitive String Comparison by Matt Austern