1. 首页
  2. 课程学习
  3. C++/C
  4. Effective_STL

Effective_STL

上传者: 2018-12-20 04:30:44上传 PDF文件 1.83MB 热度 29次
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 libra ries or is a container type you'd write yourself. STL containers aren't just good. They're really good.
下载地址
用户评论
码姐姐匿名网友 2018-12-20 04:30:44

好书,对理解如何有效运用STL很有帮助,内容清晰,谢谢分享