basic_vector::erase() && remove_if() && remove()
摘要:
为了说明白两者,我首先用erase()函数写一个程序,目的是从已经存在的int型容器中删除值为3的元素,代码如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include using namespace std;... 阅读全文
posted @ 2009-04-13 16:52 笔记 阅读(2276) 评论(1) 推荐(0) 编辑