程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> C++入門知識 >> 關於c++ list容器的操作摸索

關於c++ list容器的操作摸索

編輯:C++入門知識

#include
#include
#include
#include
#include
using namespace std;
struct n1
{
	string name;
	long long num;
};
listl;
void charu()
{
	n1 tmp;
	cin>>tmp.name>>tmp.num;
	if(tmp.num>xs;
	l.remove_if(way);
}
void shanxuehao()
{
	cin>>xi;
	l.remove_if(way);
}
void xianshi()
{
	list::iterator i;
	for(i=l.begin();i!=l.end();i++)
		cout<name<<","<num<>j;
	if(j==1)
	{
		cout<<"輸入名字,學號(例如,杜甫 123):"<>j;
		if(j==1)
			shanmingzi();
		else if(j==2)
			shanxuehao();
		else if(j==3)
			quanshan();
	}
	else if(j==3)
	{
		xianshi();
	}
	else if(j==4)
	{
		cout<<"1.順序 2.倒序"<>j;
		if(j==1)
			shunxu();
		else if(j==2)
			daoxu();
		cout<<"1.去重"<>j;
		if(j==1)
			l.unique(same_integral_part); 
	}
}
int main()
{
	int j;
	while(1)
	{
		xuanze();
		cout<<"0.退出 1.返回選擇界面"<>j;
		if(j==0)
			return 0;
		system("cls");
	}
}

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved