A c++ Console application to simulate a simple Hospital Management System.
The project was built by 🔽
It was developed for CPE-303 a 300 level Object Oriented Programming Class in c++.
Compile the code using g++ compiler:
g++ -o hms main.cpp
Run the compiled code locally:
./hms