c++中vector<int>和vector<int*>的用法区别
vector不需要动态操作内存,不用担心内存泄露等问题;vector要注意new和delete成对使用
下载地址
用户评论