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

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

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!