英文资料列表:

STL China 上新增两个主题

STLChina.org上新增两个栏目:
1 STL 英文技术文章。提供丰富的STL技术文章的英文原文
2 STL 资料下载中心 Winter收集了一些电子书,你可以任意下载。不过目前还在完善之中。你有好的电子书,也可以提供给Winter,然后share给大家。

共同翻译STL (STL wiki)

最近在组织几个朋友一起翻译. 翻译并不是一件容易的事情,虽然英文看懂了,但是不一定能翻译的合适。幸好并不是让我们出书,有点错误也没有关系。 有兴趣的可以参看在论坛中的讨论:http://stlbbs.winterxy.com

一个比较新的c++ STL参考网站

今天发现一个比较新的C++ STL 参考网站,我简要看了看,有不少例子,值得参考,如果哪位有兴趣可以下载链接后制作成chm格式就更好了, 做好了别忘了送我一份,谢了先:)

网站链接 C/C++ Reference
Binny已经提供了chm格式,非常感谢。参见 提供c/c++ reference (STL参考)chm格式文件下载

下面是一个讲Vector constructors的例子


哪些是经典STL书籍?看看老外怎么说。

前面几本都有中文版本,看来确实属于经典。


Practical Guide to STL(STL 实践指南)-英文

本文从最简单的“hello, word”开始,介绍STL使用,逐步深入,提供详细完整的例子,适合于初学者。

By Jeff Bogan

An article on practical learning of STL in the MS development environment.


Using STL(使用STL)--英文

本文通过5个规则和实例简单介绍了STL的使用,并不设计过多的细节。适合于对于STL不熟悉的,同时又想了解STL大概的用法的人。

By Zoran M. Todorovic

A brief introduction on using the Standard Template Library .


An In-Depth Study of the STL Deque Container(英文)

应一些朋友的要求,最近贴出一些英文原文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)介绍(英文版)

应STL_beginner的要求,把标准模板库(STL)介绍英文版贴出来,大家可以对照一下,顺便学习英文:), 中文版请查看标准模板库(STL)介绍,翻译的还可以的,不要要求太高。