Create a C++ program with the use of idea where user can insert data, edit the current data, delete data , search the data by name , search the data by ID , sort in ascending order, sort in descending order base on more than one data element.
Use function, array, string, structure, pointer, enum, files, classes. Present Code , data flow and running. Use menu selection to select command exist.
This program is actually gonnna be a presentation that I need to go at front and explain.
So please elaborate as much as possible about what we are doing on each line on comments. Or you can make a separate word file with the elaboration.
Starting Out With C++ ( From Control STructures through Objects )