Saturday, November 27, 2010

Enumerations

Given typedef enum Basic_tag {One = 1, Some = 2, Many = 10};Basic_tag is the enumeration and One is an enumerator.

Reference: http://www.glenmccl.com/glos.htm

No comments:

Post a Comment