Continuing with the new series of bite sized C++ tutorials that can be run onlne I've just published the third tutorial on enum types and variables with the examples code running on ideone.com.
This tutorial looks at declaring and using enum variables. It's simple stuff but designed to ease novice C++ programmers in and I've tried to cover all the different ways of declaring enums.
- Link to C programming tutorials
Comments
No comments yet. Leave a Comment

