std::vector使用總結

Vector   Vector描述的是一個動態數組(dynamic array),並提供了相關操作和接口。   在使用Vector之前,需要引入頭文件#include<vector>,在此頭文件中,類型vector是一個定義於namespace std內的template: template< class T, class Allocator = std::allocator<T>
相關文章
相關標籤/搜索