address); save(); } else { printf(" 请输入新记录: \n"); printf("\t\t\t 请输入联系姓名:"); scanf("%s",new->next->name); printf("\t\t\t 请输入手机号码:"); scanf("%s",new->next->mobile); printf("\t\t\t 请" /> address); save(); } else { printf(" 请输入新记录: \n"); printf("\t\t\t 请输入联系姓名:"); scanf("%s",new->next->name); printf("\t\t\t 请输入手机号码:"); scanf("%s",new->next->mobile); printf("\t\t\t 请" />

全文预览

c语言班级通讯录源代码

上传者:业精于勤 |  格式:docx  |  页数:12 |  大小:0KB

文档介绍
); scanf("%s",head->address); save(); } else { printf(" 请输入新记录: \n"); printf("\t\t\t 请输入联系姓名:"); scanf("%s",new->next->name); printf("\t\t\t 请输入手机号码:"); scanf("%s",new->next->mobile); printf("\t\t\t 请输入家庭电话:"); scanf("%s",new->next->phone); printf("\t\t\t 请输入家庭住址:"); scanf("%s",new->next->address); save(); }} printf("\n\n"); printf("\t\t\t 按任意键继续"); getch(); system("cls"); } void del() /* 删除记录函数*/ { tel* p2=search(); int i; if(z==0); else if(x==0); else if(z==0&&x==0); else if(p2==NULL) { printf("\n\n\n 按1 删除, 按其他数字则会继续保留记录! \n"); scanf("%d",&i); if(i==1) head=head->next; save(); printf("\t\t\t 按任意键返回"); getch(); system("cls"); } else { printf("\n\n\n 按1 删除, 按其他数字则会继续保留记录! \n"); scanf("%d",&i); if(i==1) { p2->next=p2->next->next; save(); } printf("\t\t\t 按任意键返回"); getch(); system("cls"); }

收藏

分享

举报
下载此文档