Question: Create a searchable database in C++, using structs and arrays. Ensure that it reads in a data set from an input file of your choice
Create a searchable database in C++, using structs and arrays. Ensure that it reads in a data set from an input file of your choice and stores the records of the data set. Then, users will be able to enter some key values of the records and display the full item. Basically a searchable database. The program MUST be able to do multiple searches without closing. (If any questions just ask)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
