C ++'s standard library gives you std::string , std::array , std::vector and such for free. If you really need to allocate dynamic memory (with new and delete , ...
確定! 回上一頁