Does this change the way the values are stored or incremented at all within the enum? If they are the same, why do people define it as 0x000?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No difference, it’s just a readability thing. For instance, it indicates that the enumeration values are used in some sort of binary context, such as bitflags.