Language/C++

· Language/C++
vector std::vector - cppreference.com template class vector; (1) (2) (since C++17) 1) std::vector is a sequence container that encapsulates dynamic size arrays. The elements are stored contiguously, which means that elements can be acces en.cppreference.com cppreference 왈: 동적 크기 배열을 캡슐화하는 시퀀스 컨테이너 크기가 동적으로 변하는 배열이라고 생각하면 편하다. 배열을 선언할 때는 크기를 지정하지만, 벡터는..
두둥당
'Language/C++' 카테고리의 글 목록