全文预览

c++(MFC)程序设计实践报告 (2).doc

上传者:非学无以广才 |  格式:doc  |  页数:25 |  大小:0KB

文档介绍
文件打开失败!"<<endl; system("pause"); exit(1); } fseek(fp,0L,SEEK_END); fwrite(&p,sizeof(Document),1,fp); fclose(fp ); system("pause"); } ///////////////////////////////// 稿件发表数据录入/////////////////////////////////////// void input2() { char name[20],date2[20],suggest[20]; cout<<" 请输入要发表的稿件名称: "<<endl; cin>>name; Document doc[50]; FILE *fp; if((fp=fopen("Mydata.dat","rb"))==NULL) { cout<<" 文件打开失败!"<<endl; system("pause"); exit(1); } int i=1; fread(&doc[0],sizeof(Document),1,fp); //cout<<"Document"<<1<<" "<<doc[0].person_name<<endl;/////////////////////////////// while(!feof(fp)) { //cout<<"Document"<<i<<" "<<endl; /* cout<<doc[i-1].person_name<<endl;/////////////////////////////// cout<<doc[i-1].name<<endl;/////////////////////////////// cout<<doc[i-1].date1<<endl;///////////////////////////////

收藏

分享

举报
下载此文档