STL的容器可以分为以下几个大类:
一:序列容器:有vector, list, deque, string。
二:关联容器: 有set, multiset, map, mulmap, hash_set, hash_map, hash_multiset, hash_multimap。
三:其他的杂项:stack, queue, valarray, bitset。
继续阅读
C/C++ c++ STL map Set list Comments(17) 2010年8月08日 05:45