Exam (elaborations)
COS1512 ASSIGNMENT 2 SEMESTER 2 2022
- Course
- Institution
COS1512 ASSIGNMENT 2 SEMESTER 2 2022. Consider the following structure used to keep record of a meeting: struct Meeting { string speaker; string topic; string venue; string date; } Turn the meeting struct into a class. The class should have member variables for all the values in the corres...
[Show more]