摘要: C++ 11 vector 遍历方法小结 方法零,对C念念不舍的童鞋们习惯的写法: void ShowVec(const vector<int>& valList) { int count = valList.size(); for (int i = 0; i < count;i++) { cout 阅读全文
posted @ 2020-12-18 10:45 satire 阅读(183) 评论(0) 推荐(0)