Question: C++ HELP Write a class, Roster. Roster has the course name, code, num of credits(integer), the professors name, and contains a list of students stored

C++ HELP

Write a class, Roster.

Roster has the course name, code, num of credits(integer), the professors name, and contains a list of students stored in a new array.

Use MAX_CAPACITY = 10 as a macro.

Provide accessors, constructors, mutators, a function for add student to roster, delete student from roster, search for a student, and function to output all students from a roster.

Write driver program to test roster class.

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!