Description

Hello, I need help making a C++ code program that creates a schedule for university courses where the user chooses from a list of semesters that include Spring, Fall, Summer 1, Summer 2 that is in the In-file, and we provide the list of courses to choose from from the In- file, the user picks courses that don’t have the same timings. In this design, you should use mainly
object-oriented programming. You can use any of the covered topics in
EECE 250 (vectors, strings, structs, dynamic arrays, pointers, operator overloading…….) YOU DONT HAVE TO INCLUDE ALL OF THEM IT’S AT YOUR DISCRETION. Separate files
for the classes implementations and declarations are a must. In file, out file for the Schedules. code in VISUAL STUDIOS 2017.