全文预览

c 学生成绩管理软件系统

上传者:业精于勤 |  格式:doc  |  页数:36 |  大小:89KB

文档介绍
蒂?break;//跳出循环文档收集自网络,仅用于个人学习芈?}薄?}芅?cout<<"输入错误三次!系统自动退出!"<<endl;//提示将退出登录芁?system("pause");//显示暂停文档收集自网络,仅用于个人学习莈?returnfalse;//返回错误文档收集自网络,仅用于个人学习羅}螃voidStudent::begin()羀{蒈Student*p,*p2;莆?p=head;蒅?ifstreaminfile("成绩管理.txt",ios::in);?肃?if(!infile)蒈?{螇 ofstreamoutfile("成绩管理.txt",ios::out);?袂 outfile.close(); 螂 return;薈?}膈while(!infile.eof())薄?{ 薀 p2=newStudent;蚈 p2->input(infile); 芄 p->next=p2;肂?p2->next=NULL;荿 p=p->next;螈?}蚅infile.close();螄?p=head;莂while(p->next)袈?{肆?p2=p;节?p=p->next;膁?}羇p2->next=NULL;蒇}羄voidStudent::save()羀{肇 Student*p;袈 p=head;莂 ofstreamoutfile("成绩管理.txt",ios::out); 羃 while(p->next)肇{肅(p->next)->output(outfile);膄 p=p->next;螂}膇 cout<<"\t\t\t文件已保存!"<<endl;蒆?Student::g=0;袆}蒁voidStudent::clear()芇{袇?Student*p,*p2;芃?p=head->next;艿?while(p)莇?{芇 p2=p;肅 p=p->next;节 deletep2;蒇?}

收藏

分享

举报
下载此文档