Vector 是C++標準程式庫中的一個類,可視為會自動擴展容量的陣列,以循序(Sequential)的方式維護 ... 使用vector 之前,必須先#include<vector>。
確定! 回上一頁