Home
Visual C++ .NET
2D
Class
Collections
Data Type
Database ADO.net
Delegate
Development
File Directory
Function
Generics
GUI Form
Language Basics
Network
Reflection
Security
Statement
Structure
Thread
XML
Enum « Data Type « Visual C++ .NET
Visual C++ .NET
Data Type
Enum
1.
Create an Enumeration
2.
Enum Type
3.
enum type specified
4.
enum format
5.
Use the bitwise OR operator to combine flags
6.
Use the Format method of the Enum class
7.
Specify the hex representation when converting enum to string
8.
enum class type