标题:请帮我看一下这个最简单的VC++程序有什么问题?
取消只看楼主
yueer
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-3-29
 问题点数:0 回复次数:0 
请帮我看一下这个最简单的VC++程序有什么问题?

我是用VC++6.0编的程序,不能运行.请帮我看看是什么原因.
#include <iostream.h>
void main()
{
int a,b;
cin>>a>>b;
cout<<a<<""<<b<<endl;

}
行动后出现如下英文:Configuration: Ex_1 - Win32 Debug--------------------
Compiling...
Ex_1.cpp
e:\ex_1\ex_1.cpp(11) : fatal error C1010: unexpected end of file while looking for precompiled header directive
执行 cl.exe 时出错.

Ex_1.exe - 1 error(s), 0 warning(s)
请哪位高手帮我啊,我是新手啊.

搜索更多相关主题的帖子: directive header 
2007-03-29 14:32



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




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

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