关于VC++的问题大家帮帮忙!!!
我的VC++不管写什么程序都会出现同样的错误例如:
我新建一个C++ source file
#include<stdio.h>
void main()
{
printf("It's OK.");
}
build时就会出错:
Compiling...
Error spawning cl.exe
a.exe - 1 error(s), 0 warning(s)
还有就是我的C++不能建立C的源文件,但可以建立C/C++的头文件?
哪位高手能帮我解决这的问题?
在此先谢啦!!!