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