C++核心準則Enum.6:避免無名枚舉

Enum.6: Avoid unnamed enumerations Enum.6:避免無名枚舉git   Reason(緣由) If you can't name an enumeration, the values are not relatedgithub 若是你沒法爲枚舉命名,說明這些值之間沒有關聯。微信   Example, bad(反面示例)ide enum { red = 0xFF0
相關文章
相關標籤/搜索