Finds C-style array types and recommend to use std::array<> / std::vector<> . ... T d[Size]; // warning: do not declare C-style arrays, use std::array<> ...
確定! 回上一頁