學習筆記 使用容器模板

2021-10-02 13:29:16 字數 480 閱讀 5052

目的:聯絡stl模板的使用方法。

//使用標準類模板stl

#define _crt_secure_no_warnings

#include #include #include #include //是c++ 的標頭檔案,用時,cout不能輸出模板元素

#include using namespace std;

typedef std::vectorcstrs; //將string作為陣列元素型別構造cstrs

typedef std::vectorcdstrs; //將cstrs作為陣列元素型別構造cdstrs

int main()

cout << endl;

} getchar();

}

執行結果如下:

C 學習筆記 容器的使用

1.順序容器 a.建構函式 1 cc 2 cc cx 3 cc b,e 4 cc n,t 5 cc n b.元素訪問操作 1 c.back 返回容器c中的最後乙個元素 2 c.front 返回容器c中得第乙個元素 3 c index c.增加元素 1 c.push back 在尾端新增元素 2 c....

容器學習筆記

set 類似集合,無序,且不可重複 hashset 使用雜湊表進行儲存,對於新增和刪除元素比arraylist快 treeset 是乙個有序集,具有乙個傳入構造方法的建構函式 list 可重複,有序,可根據index對資料進行操作 可用for 型別 變數 list 進行遍歷 arraylist 可以...

容器學習筆記

python 容器 新建 例項 docker pull ubuntu docker it name web ubuntu bin bash exit docker ps docker ps a docker run webapt get update 公升級 apt get install y ng...