enumerated data type help please

so i have a question for enumerated data type.

i have a structure Date

Struct Date
{
string month, day, year;
};

but now how do i modify the structure so that the month field is of an enumerated data type that includes all the months of the year like January, february ...december.

please any help and all help appreciated.
Topic archived. No new replies allowed.