STLChina.org上新增两个栏目:
1 STL 英文技术文章。提供丰富的STL技术文章的英文原文
2 STL 资料下载中心 Winter收集了一些电子书,你可以任意下载。不过目前还在完善之中。你有好的电子书,也可以提供给Winter,然后share给大家。
今天发现一个比较新的C++ STL 参考网站,我简要看了看,有不少例子,值得参考,如果哪位有兴趣可以下载链接后制作成chm格式就更好了, 做好了别忘了送我一份,谢了先:)
网站链接 C/C++ Reference
Binny已经提供了chm格式,非常感谢。参见 提供c/c++ reference (STL参考)chm格式文件下载
下面是一个讲Vector constructors的例子
本文从最简单的“hello, word”开始,介绍STL使用,逐步深入,提供详细完整的例子,适合于初学者。
By Jeff Bogan
An article on practical learning of STL in the MS development environment.
本文通过5个规则和实例简单介绍了STL的使用,并不设计过多的细节。适合于对于STL不熟悉的,同时又想了解STL大概的用法的人。
By Zoran M. Todorovic
A brief introduction on using the Standard Template Library .
应一些朋友的要求,最近贴出一些英文原文STL文章。本文为《深入研究STL deque容器》,先介绍deque的用法,然后于STL vector对照性能,并给出了相应的图标。
By Nitron
This article presents an in-depth analysis of std::deque and offers guidance as to when to prefer using it as opposed to std::vector, by taking into consideration memory allocation and container performance.
应STL_beginner的要求,把标准模板库(STL)介绍英文版贴出来,大家可以对照一下,顺便学习英文:), 中文版请查看标准模板库(STL)介绍,翻译的还可以的,不要要求太高。