An open API service indexing awesome lists of open source software.

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++.

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:



  1. Add records

  2. Modify existing records

  3. Delete records

  4. Search for records (based on serial number or name)

  5. Display all records


Since it uses binary datafiles, you can update your database ANYTIME.

Enjoy! ¯\_(ツ)_/¯