标题:请教:vc为什么不能通过最简单的C++程序?
取消只看楼主
willfox
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2006-2-7
 问题点数:0 回复次数:0 
请教: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编辑过]

2006-02-11 10:32



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-45124-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.115944 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved