| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1390 人关注过本帖
标题:VC6.0使用问题
取消只看楼主 加入收藏
hangeng
Rank: 2
等 级:论坛游民
帖 子:424
专家分:39
注 册:2007-7-23
结帖率:100%
收藏
 问题点数:0 回复次数:3 
VC6.0使用问题
大家好!
我的VC++6.0 在装好后,我在DEVC++中调试通过的程序,在VC6.0中无法运行!
代码

#include <stdio.h>
int main(void)
{
 printf("text");
 return 0;
}

编译器报错信息为
--------------------Configuration: text2 - Win32 Debug--------------------
Compiling...
StdAfx.cpp
Compiling...
text2.cpp
text.cpp
d:\software\text\text2\text.cpp(7) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Generating Code...
执行 cl.exe 时出错.
text2.exe - 1 error(s), 0 warning(s)

我一直不知道是什么原因!
搜索更多相关主题的帖子: cpp text Compiling Generating directive 
2008-01-23 19:30
hangeng
Rank: 2
等 级:论坛游民
帖 子:424
专家分:39
注 册:2007-7-23
收藏
得分:0 
--------------------Configuration: text3 - Win32 Debug--------------------
Compiling...
StdAfx.cpp
Compiling...
text3.cpp
text.cpp
d:\software\text\text3\text.cpp(2) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
Generating Code...
执行 cl.exe 时出错.

text3.exe - 1 error(s), 0 warning(s)

还是不行

  雨水冲不进窗来,在玻璃上痛哭。但它至少奋斗过。
2008-01-23 20:57
hangeng
Rank: 2
等 级:论坛游民
帖 子:424
专家分:39
注 册:2007-7-23
收藏
得分:0 
七楼,
哥们,问一句,关键字是什么?
是VC++6.0 还是c++语言?

  雨水冲不进窗来,在玻璃上痛哭。但它至少奋斗过。
2008-01-24 21:44
hangeng
Rank: 2
等 级:论坛游民
帖 子:424
专家分:39
注 册:2007-7-23
收藏
得分:0 
谢谢大家!
我解决了!
程序如下:
#include <iostream>
using namespace std;
int main(void)
{
printf("text");
return 0;
}
收到的鲜花
  • 静夜思2008-01-24 23:33 送鲜花  10朵   附言:为后来的看贴者着想,赞

  雨水冲不进窗来,在玻璃上痛哭。但它至少奋斗过。
2008-01-24 23:17
快速回复:VC6.0使用问题
数据加载中...
 
   



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

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