文件名称:dianhuaben
介绍说明--下载内容均来自于网络,请自行研究使用
电话本
编写C++程序完成以下功能:
(1) 实现简单电话本功能,用姓名来搜索电话号码;
(2) 用户输入姓名,程序查找并输出结果;
(3) 用户可以通过输入,添加姓名和电话号码;
(4) 用户可以删除姓名和电话号码;
(5) 电话本可以保存在指定文件中;
(6) 电话可被从指定文件中读入到内存。
-
the phone book
Write a c++ program to complete the following functions:
(1) to implement simple phone call this function, use name to search phone number
(2) the user to enter the name, and the program find and output results
(3) users can input, add your name and telephone number
(4) the user can delete your name and telephone number
(5) the phone book may be kept in a specified file
(6) phone can be read from a specified file into memory.
编写C++程序完成以下功能:
(1) 实现简单电话本功能,用姓名来搜索电话号码;
(2) 用户输入姓名,程序查找并输出结果;
(3) 用户可以通过输入,添加姓名和电话号码;
(4) 用户可以删除姓名和电话号码;
(5) 电话本可以保存在指定文件中;
(6) 电话可被从指定文件中读入到内存。
-
the phone book
Write a c++ program to complete the following functions:
(1) to implement simple phone call this function, use name to search phone number
(2) the user to enter the name, and the program find and output results
(3) users can input, add your name and telephone number
(4) the user can delete your name and telephone number
(5) the phone book may be kept in a specified file
(6) phone can be read from a specified file into memory.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dianhuaben.cpp