Skip to content
/ RDMS Public

Robot Database Management System created using C++.

Notifications You must be signed in to change notification settings

nvsriram/RDMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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! ¯\_(ツ)_/¯

Releases

No releases published

Packages

No packages published

Languages