|
标签:杂谈 |
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.
Container classes: classes whose purpose is to contain other objects. The STL includes the classes vector, list, deque,
| 分类:2007年1月 |
| 分类:2006年12月 |
| 分类:2006年12月 |
| 分类:2006年11月 |