如何从C ++ STL向量中删除具有特定值的项?
擦除功能用于从C++STL向量中删除具有特定值的项。
算法
Begin Declare vector v and iterator it to the vector. Initialize the vector. Erase() function is used to remove item from end. Print the remaining elements. End.
范例程式码
#include <iostream>
#include <vector>
using namespace std;
int main() {
vector<int> v{ 6,7,8,9,10};
vector<int>::iterator it;
it = v.end();
it--;
v.erase(it);
for (auto it = v.begin(); it != v.end(); ++it)
cout << ' ' << *it;
return 0;
}输出结果
The current content of the vector is : 6 7 8 9 10 Please enter the element to be deleted -> 7 The current content of the vector is : 6 8 9 10
热门推荐
10 阳历新年祝福语大全 简短
11 冬季祝福语大全 简短的
12 新年发给客户祝福语简短
13 表妹结婚祝福语简短藏语
14 元旦祝福语简短有深度
15 新年祝福语独创文字简短
16 高温早安祝福语简短精辟
17 送菜的祝福语简短霸气
18 新年祝福语长辈简短红包