C++语法 enum类型(枚举类型)
enum { red, green, blue } c;
enum { id = 10, val = 1000, what } tmp;
enum 类型可以比较方
2024-05-09