cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
enumerated data type help please
enumerated data type help please
Oct 8, 2013 at 7:39am UTC
azntrindo
(43)
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.
Oct 8, 2013 at 8:52am UTC
keskiverto
(10425)
http://www.cplusplus.com/doc/tutorial/other_data_types/#enum
Topic archived. No new replies allowed.