作者: winter
本书原名:The Standard Template Library Tutorial.
作者:Johannes Weidl
英文版的,总共56页,写的时间比较早了,96年的书。不过介绍的还是比较清楚。以Bland C++4.0为原型介绍。
本书前言:
The Standard Template Library (STL) is a C++ programming library that has been developed by Alexander Stepanov and Meng Lee at the Hewlett Packard laboratories in Palo Alto, California. It was designed to enable a C++ programmer to do generic programming and is based on the extensive use of templates - also called parametrized types. This paper tries to give a comprehensive and complete survey on the STL programming paradigm and shall serve as step-by-step tutorial for the STL newcomer, who has fundamental knowledge in C++ and the object-oriented paradigm."
点击下载The Standard Template Library Tutorial