文件名称:STL Programmer Guide.chm
文件大小:552KB
文件格式:CHM
更新时间:2012-07-16 15:01:48
STL
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL.