Question: Create a C++ program that schedules patients for a family clinic. The clinic should be done by using a Queue. The program stores the patients

Create a C++ program that schedules patients for a family clinic. The clinic should be done by using a Queue. The program stores the patients name, birth date, and symptoms.

The program menu must support the following actions:

1. Add New Patient - Add a new patient to the system. The program will ask for the patient information (specified above) and add that patient to the waiting list.

. 2. Get Next Patient -Get the next patient in the waiting list. Removes a patient and displays patient information on the screen.

3. Exit Program Deallocate any dynamic memory used and terminate the program.

Program Requirements:

1. The program MUST have a user Interface with the options specified above.

2. The program MUST define AT LEAST 2 classes.

3. The program MUST NOT use STL libraries (i.e. vectors, lists, queues, etc.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!