name[j])==0)Р printf("rome:%d\tsex:%c\tname:%s\n",pt4->num,pt4->sex[j],pt4->n" /> name[j])==0)Р printf("rome:%d\tsex:%c\tname:%s\n",pt4->num,pt4->sex[j],pt4->n" />

全文预览

C语言课程设计-宾馆客房管理系统报告

上传者:叶子黄了 |  格式:doc  |  页数:18 |  大小:420KB

文档介绍
;Р scanf("%s",&str2);?Р if(strcmp(str1,str2)==0)lookfor(p);Р else for(i=0;i<5;i++)Р {for(j=0;j<2;j++)Р if(strcmp(str2,pt4->name[j])==0)Р printf("rome:%d\tsex:%c\tname:%s\n",pt4->num,pt4->sex[j],pt4->name[j]);Р pt4=pt4->next;}Р?}while(1);Р }Р void search2(struct restaurant *pt4) Р {struct restaurant *p;Р Р int i,j,k;Р char str[20];Р p=pt4;Р?clrscr();Р do{pt4=p;Р printf("Input room number:\n");Р scanf("%d",&j);Р if(j==1){lookfor(p);break;}Р else for(i=0;i<5;i++)Р {if(j==pt4->num)Р {for(k=0;k<2;k++)Р if(pt4->sex[k]!=' ')Рprintf("room:%d\tsex:%c\tname:%s\n",pt4->num,pt4->sex[k],pt4->name[k]);Р break;}Р pt4=pt4->next;}Р }while(1);Р?}Р调试:Р菜单函数执行结果:Р进入程序后进入程序主菜单Р结果如下:Р输入1进入checkin函数,输入2进入checkout函数,输入3进入lookfor函数.Р2、checkin入住函数结果:Р进入入住函数界面Р运行结果如下Р输入1继续Р运行结果如下:Р输入房间号性别和姓名Р例如:输入 301 m yeweiР运行结果如下:

收藏

分享

举报
下载此文档