文件名称:EffectiveSTL-revised
介绍说明--下载内容均来自于网络,请自行研究使用
Sure, the STL has iterators, algorithms, and function objects, but for most C++ programmers, it s the containers that stand out. More powerful and flexible than arrays, they grow (and often shrink) dynamically, manage their own memory, keep track of how many objects they hold, bound the algorithmic complexity of the operations they support, and much, much more. Their popularity is easy to understand. They re simply better than their competition, regardless of whether that competition comes from containers in other libraries or is a container type you d write yourself. STL containers aren t just good. They re really good.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
EffectiveSTL-revised.pdf