Skip to content

This is a hospital system with 20 specializations. Patients can be added based on specialization, status, and name.

Notifications You must be signed in to change notification settings

MohamedAboElnaser/Hospital_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • This projects is implementation of these Requirements

    it contains four main options

    • Add new patient.
    • Print All patients.
    • Get Next patient.
    • Exit.

so I implement two main classes :

  • Database Class (contains the database of the system).
  • System Class (Contains all needed logic ).

Installation and Run

to run this app on your pc you should

  1. Download the repo to your pc.
  2. open the CLI and got tho the directory of the repo
  3. move to source directory, type this command
    g++ *.cpp -o ..\bin\Hospital 
  4. navigate to bin directory type this : "cd ..\bin"
  5. double click on the hospital.exe file or type : .\Hospital.exe

Notes

  • if the program ask the user to enter a name and the user enter int or any thing else [The prog will crash :( ] I do not handel that.

About

This is a hospital system with 20 specializations. Patients can be added based on specialization, status, and name.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published