C++核心準則Enum.5: 不要使用所有大寫的枚舉值

Enum.5: Don't use ALL_CAPS for enumerators Enum.5: 不要使用所有大寫的枚舉值git   Reason(緣由) Avoid clashes with macros.github 避免和宏定義發生衝突。web   Example, bad(反面示例)微信 // webcolors.h (third party header) #define RED
相關文章
相關標籤/搜索