Need some help with this class, please someone help me


Objective: To design and develop a class in the C++ programming language.

Assignment: Define a class in C++ whose purpose it is to represent a student of a University.
The class should be designed around the following characteristics:

The name of the class should be Student.
The class should be composed of the following (data) members:
student id
first name
last name
middle initial
date of birth in numeric {month, day, year} form
gender, one of {Male, Female}

Note that the data type of each member should be appropriate to the type of data being stored.

and at least the following methods:
Default Constructor
Constructor to initialize the object with at least the name and date of birth of the student.
A method to populate the data members from external (user) input.
Mutator methods for each data member or logical groupings, as necessary. Note that these methods should ensure the integrity of the object and should not allow data to be saved that is not appropriate for that data member. Example, month must be in {1..12}.
Display method to display the contents of the data members.
A method to populate the data members from external (user) input.

Have you finished this part yet?
no i have not
So what have you done?

We're not going to do your homework for you. If you can show us the work you've done so far, and tell us which specific part of the assignment you're having trouble with, we can try and help.
ive done it
Topic archived. No new replies allowed.