* Computer Science/C++

2차원 벡터 생성

soicem 2018. 3. 30. 17:28

vector<vector<int> > board(height, vector<int>(width, 0));



'* Computer Science > C++' 카테고리의 다른 글

c++로 스플릿하기  (0) 2018.09.27
stack with template  (0) 2018.05.28
Combination & memset  (0) 2018.04.04
vector pair 사용  (0) 2018.03.22
C++ 기본 문법 정리  (0) 2017.12.13