https://github.com/nvsriram/rdms
Robot Database Management System created using C++.
https://github.com/nvsriram/rdms
binary-file database datafilehandling robot-database-management
Last synced: 7 months ago
JSON representation
Robot Database Management System created using C++.
- Host: GitHub
- URL: https://github.com/nvsriram/rdms
- Owner: nvsriram
- Created: 2019-09-14T21:51:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T06:55:47.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T17:30:03.784Z (9 months ago)
- Topics: binary-file, database, datafilehandling, robot-database-management
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDMS
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! ¯\_(ツ)_/¯