程序没问题,不能组建
#include<stdio.h>int main()
{
printf("Hello,world!\n");/*输出要显示的字符串*/
return 0;/*程序返回0*/
}
--------------------Configuration: 1 - Win32 Debug--------------------
Compiling...
Error spawning cl.exe
1.obj - 1 error(s), 0 warning(s)
组建exe时显示这样