C++ 基礎(chǔ)教程

C++ 流程控制

C++ 函數(shù)

C++ 數(shù)組 & 字符串

C++ 數(shù)據(jù)結(jié)構(gòu)

C++ 類 & 對(duì)象

C++ 指針

C++ 繼承

C++ STL 教程

C++ 參考手冊(cè)

C++ vector erase() 使用方法及示例

C++ Vector(容器)

刪除迭代器中的指定元素

cpp矢量擦除()

使用delete()函數(shù)刪除第三個(gè)元素

語(yǔ)法

向量(vector)v。語(yǔ)法為:

v.erase(pos);
v.erase(start_iterator,end_iterator);

參數(shù)

pos:它定義要從向量(vector)中刪除的元素的位置。

(start_iterator,end_iterator):它定義要從向量(vector)中刪除的元素的范圍。

返回值

它不返回任何值。

實(shí)例1

刪除指定位置的元素。

#include<iostream>
#include<vector>
using namespace std;
int main()
{
	vector<char> v{'C','+','#'};
	v.erase(v.begin()+1);
	for(int i=0;i<v.size();i++)
	cout<<v[i];
	return 0;
}

輸出:

C#

實(shí)例2

刪除指定范圍的元素

#include <iostream>
#include <vector>
#include <string>
using namespace std;
int main()
{
    vector<string> fruit{ "芒果", "蘋果", "草莓", "獼猴桃", "香蕉" };
    cout << "水果的名字是 :";
    for (int i = 0; i < fruit.size(); i++){
        cout << fruit[i] << " ";
    }
    cout << '\n';
    fruit.erase(fruit.begin() + 1, fruit.begin() + 3);
    cout << "刪除芒果之后到獼猴桃之間的元素," << '\n';
    for (int i = 0; i < fruit.size(); i++){
        cout << fruit[i] << " ";
    }
    return 0;
}

輸出:

水果的名字是 :芒果 蘋果 草莓 獼猴桃 香蕉

刪除芒果之后到獼猴桃之間的元素后:

芒果 獼猴桃 香蕉

C++ Vector(容器)

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清