文件名称:phone_book
介绍说明--下载内容均来自于网络,请自行研究使用
编写C++程序完成以下功能:
实现简单电话本功能,用姓名来搜索电话号码;
用户输入姓名,程序查找并输出结果;
用户可以通过输入,添加姓名和电话号码;
用户可以删除姓名和电话号码;
电话本可以保存在指定文件中;
电话可被从指定文件中读入到内存。-Writing C++ program to perform the following functions: simple phone book function to search for the phone number, name Users enter the name, the program to find and output the results Users can add a name and phone number by entering Users can delete the name and phone number Phone this can be saved in the specified file calls can be read from the specified file into memory.
实现简单电话本功能,用姓名来搜索电话号码;
用户输入姓名,程序查找并输出结果;
用户可以通过输入,添加姓名和电话号码;
用户可以删除姓名和电话号码;
电话本可以保存在指定文件中;
电话可被从指定文件中读入到内存。-Writing C++ program to perform the following functions: simple phone book function to search for the phone number, name Users enter the name, the program to find and output the results Users can add a name and phone number by entering Users can delete the name and phone number Phone this can be saved in the specified file calls can be read from the specified file into memory.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
电话薄.cpp