C++标准库容器和迭代器讲解

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/WAN_EXE/article/details/79175431

 从写程序开始就已经接触了类似栈,队列等数据结构,很多的书上也讲述到容器,但是之前的书上很多地方容器和迭代器是分开的,或者说他们是用比较老的C++标准在写代码,这并不符合现在工程创建。写这篇文章的参考主要是Professional C++ 3rd这本书,可以在网盘上进行下载

https://pan.baidu.com/s/1pMVnJ7P

这章主要是序言,主要包括下面几章

Sequential Containers

Container Adapters

Associative Containers

Unordered Associative Containers/Hash Tables

Other Containers


猜你喜欢

转载自blog.csdn.net/WAN_EXE/article/details/79175431
今日推荐