#include <array> std::array<int, 3> myArray; // declare an integer array with length 3. 고정 배열 선언처럼 array의 길이는 컴파일 타임에 설정 ...
確定! 回上一頁