Question: USING CLASSES C++: Make a project, consisting of 3 modules: student.cpp, course.cpp and register.cpp. Write source and header file for a program that registers students
USING CLASSES C++:
Make a project, consisting of 3 modules: student.cpp, course.cpp and register.cpp. Write source and header file for a program that registers students for courses. Design a class student, that stores the name of the student , the id number and array(vector) of all course numbers for which the student is registered. Design a class course that stores the course number, and array(vector) of the id numbers of all students who are registered for this course. In the register.cpp implement functions that add and drop students and print course lists.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
