Introduction - If you have any usage issues, please Google them yourself
Description: phone book prepared C++ Procedures to accomplish the following functions: (1) the realization of a simple phone book function, using the name to search for phone numbers (2) the user enters the name, the procedure to find and output the results (3) users can by entering , add the name and telephone number (4), users can delete the name and telephone number (5) The phone book can be saved in the specified document (6) phone can be read from the specified file into memory.