C++ Reference: "Enumeration"

Enumerated types (enums) are essentially a series of int variables that represent more complex data types. Read this article to learn how to use enums.