全文预览

图书管理系统(含源代码)c语言-数据结构课程设计报告

上传者:科技星球 |  格式:docx  |  页数:36 |  大小:1012KB

文档介绍
"请朱老师输入借书人联系电话:");Р?scanf("%s",p.telephone);Р?fprintf(fp," %s",p.telephone);Р?printf("请朱老师输入书编号:");Р?scanf("%d",&p.NO);Р数据结构大作业 121279044 伍杨РР?fprintf(fp," %d",p.NO);Р?printf("请朱老师输入书名:");Р?scanf("%s",p.bookname);Р?fprintf(fp," %s",p.bookname);Р?printf("请朱老师输入借书日期:");Р?scanf("%d",&p.borrowdate);Р?fprintf(fp," %d",p.borrowdate);Р?printf("请朱老师输入还书日期:");Р?scanf("%d",&p.returndate);Р?fprintf(fp," %d",p.returndate);РР?printf("\n\t您想继续吗?(y/n)");Р?scanf(" %c",&choice);Р?if(choice=='Y'||choice=='y'){Р??system("cls");Р??new_person();Р?}Р数据结构大作业 121279044 伍杨РРР?if(fclose(fp)){Р??printf("Can not close the file!\n");Р??exit(0);Р?}Р}实现程序对文件的读取Рvoid Read() Р{Р?int i=0;Р?int j=0;Р?ifstream in("Libra.txt",ios::out);Р?in>>i;Р?all=i;Р?if(i>0&&i<=Max)Р?{Р??for(j=1;j<=i;j++)Р??{Р数据结构大作业 121279044 伍杨

收藏

分享

举报
下载此文档