Vector 썸네일형 리스트형 Vectors in STL Vectors in STL It’s a dynamic array that the stardard does not specify. Header file : Declaretion: namespace std { template class vector; } Vector opertions Create, Copy, and Destory Operations Operation Effect vector c Creats an empty vector without any elements vector c1(c2) Create a copy of another vector of the same type (all elements are copied) vector c(n) Creates a vector with n elements .. 더보기 이전 1 다음