Question: five crown program part 2 based on original program I'm c++ For this assignment you will modify your phone book program 1. Prompt the user
For this assignment you will modify your phone book program 1. Prompt the user and determine if they want to pre-populate their phone book vector from a file. o If so, the program will open the file specified and read in the series of names and numbers stored in the file. 2. After loading the names and numbers into the phone book vector (as specified by the user), prompt the user to determine if they want to add any additional namesumbers o If so, allow the user to add as many new namesumbers as desired. 3. Display your final phone list in a formatted table. 4. Save all the entries in your phone book vector to an output file (in a format that you can use for input in step 1). Extra Credit: 1. Overload the operator for the phone book object 2. Implement the vector sort method to ensure the phone book is sorted by either name or phone number prior to being saved in the output file. Submit your source code files (.cpp/ .h), your output file, and multiple screenshots demonstrating your program works
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
