- 论坛徽章:
- 0
|
帖子的地址是:http://bbs.chinaunix.net/thread-1775915-1-1.html
请CU管理员帮忙吧我的帖子重新置于正常状态,这个帖子没有问题,多谢了!
下面是关于同学们没有编译通过的原因的解答:
兄弟,你的VC设定一下需要,这个问题主要是由编译器引起的,因为VC使用的是C++编译器而不是C编译器,建议你在建立工程的时候选择建立C代码工程,就可以编译通过了 :)
我用CODEBLOCK和GCC
编译过程:
Checking for existence: D:\workspace\IDE\CodeBlocks\Projs\MyTestProj\bin\Debug\MyTestProj.exe
Executing: "D:\ProgramFiles\Dev\CodeBlocks/cb_console_runner.exe" "D:\workspace\IDE\CodeBlocks\Projs\MyTestProj\bin\Debug\MyTestProj.exe" (in D:\workspace\IDE\CodeBlocks\Projs\MyTestProj\.)
运行结果:
110
Process returned 0 (0x0) execution time : 0.313 s
Press any key to continue.
在试试看  |
|