code::blocks10.05让C代码使用C99标准 使用code::blocks可以在64位windows7中完美进行C编程。 使用过程中发现,编写如下for循环代码时,有报错: #include <stdio.h>#include<stdlib.h>intmain(void) {for(intcount =1; count <=10; count++) printf("%d\n", coun