电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

C++学生管理系统代码

C++学生管理系统代码_第1页
1/34
C++学生管理系统代码_第2页
2/34
C++学生管理系统代码_第3页
3/34
#include #include #include #include #include #include using namespace std; const int NAME_NUM=30; struct student { char name[NAME_NUM]; float num; float chinaNum; float englishNum; float mathNum; float average; float result; int pos; student *next; }; void Print(student *head); void InsertFront(student* &head, student *pNew); void InsertRear(student* &head, student *pNew); student* Find(student *head, char *findStr, char type); student* Read(); void Write(student* head); void ShowList(student* head); int GetLength(student* head); void Delete(student* &head, char *delStr,int delNum); void FindMaxOrMin(student *head,char type,char maxOrMin); void Reword(student *pStd); void Sort(student *&head, char type,char maxOrMin); void Count(student *&head); void DeleteAll(student *&head); bool Enter(char type); void SetTitle(bool isLoad); void AboutMe(); void ChaXun(string str,student *head); void PaiMing(string str, student* head); void ShanChu(string str, student *&head); void XianShi(string str, student *head); void XuiGai(string str, student *&head); void ZengJia(string str, student* &head); int Run(); bool Enter(char type) { ofstream out("Password.pwd",ios::app); ifstream in("Password.pwd"); string s[2]; int num=0; string zhangHao; string miMa; while(!in.eof()) { in>>s[num]; num++; if(num==2) { break; } } if(s[0].compare("")==0 || type=='2' ) { if(s[0].compare("")==0 && type!='2') { cout<<"你是第一次使用本程序,请设置帐号和密码."<>s[0]; cout<<"请输入您的新...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

C++学生管理系统代码

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部