A dynamic 2D array is basically an array of pointers to arrays. ... Unless you have good reason, use std::vector<std::vector<int> > instead.
確定! 回上一頁