文件名称:telephonebook
介绍说明--下载内容均来自于网络,请自行研究使用
电话本
编写C++程序完成以下功能:
(1) 实现简单电话本功能,用姓名来搜索电话号码;
(2) 用户输入姓名,程序查找并输出结果;
(3) 用户可以通过输入,添加姓名和电话号码;
(4) 用户可以删除姓名和电话号码;
(5) 电话本可以保存在指定文件中;
(6) 电话可被从指定文件中读入到内存。
-Phone book write C++ program performs the following functions: (1) simple phone book function, with the name to search for phone numbers (2) The user enters the name, the program finds and outputs the result (3) the user can enter, add name and phone number (4) the user can delete the name and phone number (5) phone book can be saved in the specified file (13) can be read from the specified file into memory.
编写C++程序完成以下功能:
(1) 实现简单电话本功能,用姓名来搜索电话号码;
(2) 用户输入姓名,程序查找并输出结果;
(3) 用户可以通过输入,添加姓名和电话号码;
(4) 用户可以删除姓名和电话号码;
(5) 电话本可以保存在指定文件中;
(6) 电话可被从指定文件中读入到内存。
-Phone book write C++ program performs the following functions: (1) simple phone book function, with the name to search for phone numbers (2) The user enters the name, the program finds and outputs the result (3) the user can enter, add name and phone number (4) the user can delete the name and phone number (5) phone book can be saved in the specified file (13) can be read from the specified file into memory.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
telephonebook.cpp