| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1465 人关注过本帖
标题:找不到stdfax.h
取消只看楼主 加入收藏
wangxiang
Rank: 2
等 级:新手上路
威 望:5
帖 子:376
专家分:0
注 册:2006-3-28
收藏
 问题点数:0 回复次数:1 
找不到stdfax.h

#include <stdafx.h>
#include <iostream>
#include <String>
using namespace std;

int main()
{
int errors = 0;
string str( "a very long literal string" );
for ( int ix = 0; ix < 1000000; ++ix )
{
int len = str.size();
string str2 = str;
if ( str != str2 )
++errors;
}
cout << "string class: "
<< errors << " errors occurred.\n";
return 0;

}
直接用文件--新建--C++ Source File,是不行的,有这样的错:D:\C++练习\Cpp1.cpp(1) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory

搜索更多相关主题的帖子: stdfax str int errors 
2006-09-29 11:14
wangxiang
Rank: 2
等 级:新手上路
威 望:5
帖 子:376
专家分:0
注 册:2006-3-28
收藏
得分:0 

那么能不能把stdafx.h放在库文件里呢?
以后直接去调用它呢


2006-09-29 12:41
快速回复:找不到stdfax.h
数据加载中...
 
   



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

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