Question: Implement a C++ class called Student which has a name, a major and a vector of courses. The course class has a name and a
Implement a C++ class called Student which has a name, a major and a vector of courses. The course class has a name and a semester in which it was taken. The constructor of the student class will read a text file that contains information for one student and many courses such as: Ahmad Awad Finance CMP 120 Fall 2012 CMP 220 Spring 2013 CMP 305 Summer 2013 You are also asked to create a destructor for the student class that writes all information back to an output.txt file. Note that all member variables must be private
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
