作者:Silicon Graphics Computer Systems, Inc.
出版日期:1996
出版社:其它
文件格式:ZIP
The Standard Template Library, or STL, is a C++ library of containerclasses, algorithms, and iterators; it provides many of the basicalgorithms and data structures of computer science. The STL is ageneric library, meaning that its components are heavily parameterized:almost every component in the STL is a template. You should make surethat you understand how templates work in C++ before you use the STL