cc课程设计通讯录管理系统内容摘要:

\n通讯录目前所有资料: endl。 while(s_tempnext!=NULL) { coutendl。 cout\n姓名: s_tempname。 cout\n地址: s_tempaddress。 cout\n性别: s_tempsex。 cout\n身份证号: s_tempID_number。 cout\n电话: s_tempphone_number。 cout\ns_temp。 cout\nendl。 s_temp=s_tempnext。 } //用户提示信息 cout\n显示完成。 \n\nendl。 } void find_belt(p_data *s_head) { //将链表头指针交给 s_temp p_data *s_temp=s_head。 string find。 bool find_ok=false。 //用户提示信息: cout请输入查找内容:。 cinfind。 cout\n\n\n正在查找 ……endl。 while(s_tempnext!=NULL) { if(s_tempname==find) {find_ok=true。 break。 } if(s_tempaddress==find) {find_ok=true。 break。 } if(s_tempID_number==find) {find_ok=true。 break。 } if(s_tempphone_number==find) {find_ok=true。 break。 } if(s_temp==find) {find_ok=true。 break。 } s_temp=s_tempnext。 }。
阅读剩余 0%
本站所有文章资讯、展示的图片素材等内容均为注册用户上传(部分报媒/平媒内容转载自网络合作媒体),仅供学习参考。 用户通过本站上传、发布的任何内容的知识产权归属用户或原始著作权人所有。如有侵犯您的版权,请联系我们反馈本站将在三个工作日内改正。