星期日, 7月 02, 2006

STL-PART II

STL 's componets

Containers (容器): This's to management the object of set, 每個 Containers 都會有各自的優點和缺點,也因為不同的需求有不同的類型.

Iterators (迭代器): 用來巡訪collection of objects

Algorithms (演算法): 故名思義

再來要學會怎用STL

可以先
#include
去使用看看 使用方式和tempelate蠻像的
list<型態> variable

之後就像一般的物件方式使用,感覺還蠻愉快的.

沒有留言: