Compiling... Error spawning cl.exe
#include main()
{
double a,b,area;
a = 1.2;
b = 3.6;
area = a * b;
printf("a = %f , b = %f , area = %f\n" ,a, b, area);
}
--------------------Configuration: aa - Win32 Debug--------------------
Compiling... Error spawning cl.exe
这段程序在其他 电脑上 都能 通过编译 ,在我电脑上不能 编译 ,为什么 ????? 是不是我的 软件(vc6.0) 哪里有错误