![]() |
#2
medicihophy2007-08-01 20:46
|
#include<stdio.h>
void main()
{printf("hello!");
}
-------------------Configuration: example - Win32 Debug--------------------
Compiling...
example.c
Command line error D2027 : cannot execute 'c1'
Error executing cl.exe.
example.obj - 1 error(s), 0 warning(s)
这是为什么?这么简单的程序!哪位能帮帮忙吗?