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
Get step-by-step solutions from verified subject matter experts
