C++ Data Type enum
C++ examples for Data Type:enum
HOME
C++
Data Type
enum
Description
Click the following links for the tutorial for Data Type and enum.
An enumerated data type is useful to keep track of features
Use enumerated constants for the eight compass directions,
Using an enumeration type for colors.
Enumerated Data Types
Demonstrate enums, counts words in phrase
Demonstrate enum types with day of week
Demonstrate enumerations
Create class using enum as field type