[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppCliEnum
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppCliEnum
(C++/CLI) enum
enum class Sex
{
Male,
Female,
Hermaphrodite
};
const Sex bilderbikkelSex = Sex::Male;
'enum' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
