Coding and Development of a personal database application using a console class, line editing facility, and a serie of core classes designed to interact with the user in C++.
The data file to store the book database is in binary format.
There are two choices to select a data file to browse:
Getting the file name through the command line argument list.
Getting the file name through a prompt within the program.
Application Capabilities
Browse Opened data file
-Go to next record.
-Go to previous record.
-Go to last record.
-Go to first record.
Edit the record
-Save the edited record.
-Cancel editing a record without saving.
Add a record
-Create an empty record and save it at the end of the file.