Common advice is to prefer std::vector to C arrays. This is all well and good when we want to grow the vector later. If we don't need to do that ...
確定! 回上一頁