Robot Database Management System created using datafile handling in C++.
This will work on any C++ IDE. Just copy the code, compile and run!
The program asks for user input and allows user to enter data of as many records as per user's requirement and lets the user fill in details of the robot(s).
Then it leads user to a menu which allows you to:
- Add records
- Modify existing records
- Delete records
- Search for records (based on serial number or name)
- Display all records
Since it uses binary datafiles, you can update your database ANYTIME.
Enjoy! ¯\_(ツ)_/¯