Enums, Macros, Unicode and Token-Pasting
Enums, Macros, Unicode and Token-PastingHi, I am Rocky a developer on the Visual C++ IDE team. I would like to discuss the C++ programming technique of creating macro generated enums. I recently used this for distinguishing various C++ types such as class, variable, and function. Having the list of types in one file makes it easy ...