请教:vc为什么不能通过最简单的C++程序?
程序如下:
//cpp1.app
#include <iostream.h>
using namespace std;
void main(void)
{ cout << " is not a leap year"<< endl;
}
编译后的错误提示:
Compiling...
Error spawning cl.exe
Cpp1.obj - 1 error(s), 0 warning(s)
请问是什么原因呢?
感谢大侠的指导!
[此贴子已经被作者于2006-2-11 12:15:14编辑过]