CB调试器报错
codeblocks吧
全部回复
仅看楼主
level 1
Cannot open file: ../mingwrt-4.0.3-1-mingw32-src/src/libcrt/crt/crt1.c
At ../mingwrt-4.0.3-1-mingw32-src/src/libcrt/crt/crt1.c:260
Cannot open file: ../mingwrt-4.0.3-1-mingw32-src/src/libcrt/crt/crt1.c
At ../mingwrt-4.0.3-1-mingw32-src/src/libcrt/crt/crt1.c:262
[Inferior 1 (process 5704) exited normally]
源代码
#include <stdio.h>
int main(void)
{
double a=9.0;
printf("%lf",a);
return 0;
}
Windows 8
官网下载的CB13.12-RC2-mingw
2013年12月20日 13点12分 1
level 1
2018年11月10日 08点11分 4
1