cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What am I thinking of?
What am I thinking of?
Apr 18, 2013 at 12:26am UTC
AlitCandle
(175)
I remember there being a thing that was great for classes. It was like an array but it took words and everyone of those words has an int value assigned to them. Does anyone know what I am talking about?
Apr 18, 2013 at 12:37am UTC
agnophilo
(115)
Enumerations?
http://cplusplus.com/doc/tutorial/other_data_types/
(at the bottom)
Apr 18, 2013 at 12:38am UTC
agnophilo
(115)
Or possibly switches:
http://www.cplusplus.com/doc/tutorial/control/
Apr 18, 2013 at 12:46am UTC
AlitCandle
(175)
Enumerations, thank you.
Apr 18, 2013 at 3:48pm UTC
agnophilo
(115)
You're welcome. In future googling "c++ numbers integers structure" or something would probably find it.
Topic archived. No new replies allowed.