/CPE-303-OOP

A Hospital Management System built with c++ on the console

Primary LanguageC++

CPE-303-OOP C++ Application

A c++ Console application to simulate a simple Hospital Management System.

The project was built by 🔽

▶️ Hanif Adedotun 📧 hanif.adedotun@gmail.com

▶️ Abdullahi Magaji Sani 📧 aesem7@gmail.com

It was developed for CPE-303 a 300 level Object Oriented Programming Class in c++.

Run using g++ compiler

Compile the code using g++ compiler:

g++ -o hms main.cpp

Run the compiled code locally:

./hms