Description

I already have a ready-made program just debug and necessary functions and add out-file and make it more appealing, its a course schedule.

Create a schedule for university courses where the user chooses from a list of semesters that include Spring, Fall, Summer 1, and Summer 2 that is in the In-file, and we provide the list of courses to choose from from the In-file, and an out file for the schedule.

the user picks courses that don’t have the same timings meaning date or time,

another class that asks the user if they want the program to tell them when they can leave home to campus, and when they have free time after class. I will provide you with a code to look at.

DO NOT OVER-COMPLICATE IT only use basic OOP C++ and library that are basic <iostream> <string> <fstream> <sstream>. DON’T USE VECTOR OR ANYTHING COMPLEX.

In this design, you should use mainly object-oriented programming.

I need a technical report that has a UML, flowchart, and Introduction & Problem statement. You can use any of the covered topics in EECE 250 ( strings, structs, dynamic arrays, pointers, operator overloading…….) YOU DON’T HAVE TO INCLUDE ALL OF THEM IT’S AT YOUR DISCRETION.

In the technical report provide a intro and problem statement then begin explaining the code with the algorithm. you don’t have to go in-depth just an overview of the program code.

Separate files for the classes implementations and declarations are a must. In file, out file for the Schedules. code in VISUAL STUDIOS.