BCS*_*BCS -1 c++ enums struct
为什么不编译:
enum E { a, b} typedef struct { int i; E e; } S; int main(){return 0;}
我在不同的系统上得到不同的错误.
Jer*_*ten 8
之后你需要一个分号enum.
enum
enum E { a, b};
归档时间:
16 年,5 月 前
查看次数:
829 次
最近记录:
10 年,6 月 前