C++ for循環中vector和map的erase

 直接用erase後返回的iter賦值過去就行了,沒刪就自增。函數 好記性不如爛筆頭,仍是得記下來。o(∩_∩)o 哈哈code std::vector<int> a = {1,2,3,4,5,6,7,8}; for (std::vector<int>::iterator iter = a.begin(); iter != a.end(); ) { if (*iter % 2 == 0)
相關文章
相關標籤/搜索