Hospital management in C++
This project was programmed in C++ to perform basic functions as in a database. It stores all the data about doctors and patients using structures, classes and linked lists and storing all the data in a text file and reading from it when prompted by the user.
It first asks the user whether they are a patient, doctor or receptionist. All the accounts are password protected and the user logs in as directed. Then they are asked to search for, add, modify or delete ( some functions were hidden for inappropriate users) according to their needs.