Home | Projects | Notes > C++ Programming > Enumerations

Enumerations

 

Overview

 

What is an Enumeration?

 

Motivation

 

Structure of an Enumeration

Unscoped Enumerations

Common Usage

Scoped Enumerations