switch语句使用时注意事项
摘要:如下代码编译时编译器给出如下错误:error C2361: “default”标签跳过“temp1”的初始化操作 void main() { int i; switch(i) { case 1: int temp1 = 1; ...
阅读全文
posted @ 2008-03-28 11:41
posted @ 2008-03-28 11:41
posted @ 2008-03-27 21:49
posted @ 2008-03-26 19:42
posted @ 2008-03-25 21:39
posted @ 2008-03-25 16:09
posted @ 2008-03-20 16:59