break; case 2: break; } 在GCC下编译会出现如下错误: error: a label can only be part of a statement and a declaration is not a statement 但加上如下括号后,就没有错误了,这是为什么?编译器的问题? switch(a){ case 1: { ... ... ... } break; case 2: break; } http://zhid...
2. 转:C语言:error: a label can only be part of a statement and a declaration is not a statement|(959) 3. 转:libc6-dbg libc库调试的时候需要安装该库获得debug information 才能step into(918) 4. 转:安全起见,小心使用C语言realloc()函数(664) 5. 转:C语言中的typeof关键字(596) 评论...