Description:
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.
To Search:
File list (Check if you may need any files):
dianhuaben.cpp