文件名称:contacts1

介绍说明--下载内容均来自于网络,请自行研究使用

利用线性表实现一个通讯录管理,通信录的数据格式如下:

  struct DataType

{

    int ID     //编号

char name[10]     //姓名

    char ch         //性别

    char phone[13]     //电话

    char addr[31]     //地址

}

要求:

?  实现通讯录的建立、增加、删除、修改、查询等功能

?  能够实现简单的菜单交互,即可以根据用户输入的命令,选择不同的操作。

?  能够保存每次更新的数据(选作)

?  能够进行通讯录分类,比如班级类、好友类、黑名单等等(选作)

?  编写测试main()函数测试线性表的正确性

-An address book using the linear table implementation management, and communication of data recorded in the following format: struct DataType {int ID // No char name [10] // name char ch // sex char phone [13] // Phone char addr [31] // address} requirements: ? achieve the establishment of contacts, add, delete, modify, query and other functions to achieve a simple menu ? interaction, which can be based on user input commands, select a different operation. ? be able to save each update of data (selected for) ? contacts can be classified, such as the class category, friends class, black, etc. (selected for) ? writing test main () function to test the accuracy of the linear form
(系统自动生成,下载前可以参看下载内容)

下载文件列表

contacts1.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org