| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2572 人关注过本帖
标题:请教vs2005的头文件用法!
只看楼主 加入收藏
qwe789asd4
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2006-8-24
收藏
 问题点数:0 回复次数:3 
请教vs2005的头文件用法!

如题,以前一直用vc6.0的,现在接触vs2005发现很多地方不一样,比如要加using namespace std才能用cin,cout,不然要写std::cin,std::cout,
头文件里面iostream.h也要写成iostream才能用,不然说“无法打开包括文件:“iostream.h”: No such file or directory”

问题1:在用math.h时也是一直出错“无法打开包括文件:“math.h”: No such file or directory”
问题2:使用sqrt函数: 如 long n;
for(int i=2;i<=sqrt(n);i++)
{ }
的时候提示““sqrt”: 对重载函数的调用不明确”
请高手指点是什么原因,怎么解决?

搜索更多相关主题的帖子: 用法 文件 
2006-08-29 10:19
yeshirow
Rank: 4
等 级:贵宾
威 望:10
帖 子:854
专家分:0
注 册:2006-6-8
收藏
得分:0 

std 不是 vs2005 的問題, 是 C++ 新標準... 更新了 C++, 你會發現在 VC6 也是這樣.
------------------------------------------------------------------------------
[MSDN]: Standard C++ Library Header Files

The following Standard C++ Library header files are documented:

<algorithm>
<bitset>
<complex>

<deque>
<exception>
<fstream>

<functional>
<hash_map>
<hash_set>

<iomanip>
<ios>
<iosfwd>

<iostream>
<iso646.h>
<istream>

<iterator>
<limits>
<list>

<locale>
<map>
<memory>

<new>
<numeric>
<ostream>

<queue>
<set>
<sstream>

<stack>
<stdexcept>
<streambuf>

<string>
<strstream>
<utility>

<valarray>
<vector>

In addition, the following C++ wrappers are documented:

<cassert>
<cctype>
<cerrno>

<cfloat>
<ciso646>
<climits>

<clocale>
<cmath>
<csetjmp>

<csignal>
<cstdarg>
<cstddef>

<cstdio>
<cstdlib>
<cstring>

<ctime>
<cwchar>
<cwctype>

For more information about Standard C++ Library header files, see the Standard C++ Library Overview.

See Also
Other Resources
Standard C++ Library Reference


原來朋友仔感情再天真, 亦是我永遠也會愛惜的人, 明日愛他人, 也記住學會不要緊; 原來朋友比戀人更高分, 亦讓我開始懂得不記恨, 若大家都敏感, 我更要永遠記得拒絕再因小事怪人, 爲何沒有這條校訓...Twins-朋友仔 MCSD Training
2006-08-29 14:25
wangxiang
Rank: 2
等 级:新手上路
威 望:5
帖 子:376
专家分:0
注 册:2006-3-28
收藏
得分:0 

2006-08-29 15:09
qwe789asd4
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2006-8-24
收藏
得分:0 
c++新标准哪里有中文的看吗?
2006-08-29 15:28
快速回复:请教vs2005的头文件用法!
数据加载中...
 
   



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

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