2.STL體系結構基礎介紹(侯捷STL)

一、六大部件 》容器(Containers) 》分配器(Allocators) 》算法(Algorithm) 》迭代器(Iterators) 》適配器(Adapters) 》仿函式(Functors) 代碼 ------- 簡單實現6種部件的代碼 #include <iostream> #include <vector> #include <functional> #include <algori
相關文章
相關標籤/搜索