Answer to Question #16795 in C++ for Ean

Question #16795
Create a class named Student that has three member variables:

name - A string that stores the name of the student.
numClasses - An integer that tracks how many courses the student is currently enrolled in.
ClassList - A dynamic array of strings used to store the names of the classes that student is enrolled in.

Write appropriate constructor(s), mutator, and accessor functions for the class along with the following:

A function that inputs all values from the user, including the list of class names.
This function will have to support input for an arbitrary number of classes.

A function that outputs the name and list of all courses.

A function that resets the number of classes to 0 and the classList to an empty list.

An overloaded assignment operator that correctly makes a new copy of the list of courses.

A destructor that releases all memory that has been allocated.

Write a main function that tests all of your functions.
1
Expert's answer
2012-10-18T08:52:54-0400
Unfortunately, your question requires a lot of work and cannot be done for free.
Submit it with all requirements as an assignment to our control panel and we'll assist you.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS