iostream???iostream.h?????????

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iostream???iostream.h?????????相关的知识,希望对你有一定的参考价值。

?????????strong   ??????   ??????   ??????   ?????????   clu   ??????   out   AC   

#include <iostream> //?????????????????????
#include <iostream.h> //????????????????????????

C++???????????????????????????????????????????????????????????????????????????namespace?????????????????????<iostream.h>??????????????????C????????????????????????????????????????????????????????????????????????????????????std::cout<<x;???
???????????????<iostream>??????????????????????????????std::cout<<x;???

??????.h???????????????C++???????????????C???????????????????????????.h???????????????????????????????????????C++??????????????????

??????????????????????????????
<string.h>?????????C??????????????????????????????char???????????????????????????
<string>????????????std???C++??????????????????????????????string??????
<cstring>???????????????C????????????std??????,??????char
???????????????????????????





以上是关于iostream???iostream.h?????????的主要内容,如果未能解决你的问题,请参考以下文章

iostream.h 和stdio.h 有啥区别啊?

iostream???iostream.h?????????

iostream.h:没有这样的文件或目录

在vs中运行C++程序出现错误无法打开包括文件“iostream.h”

fstream.h 和 iostream.h 与 VS2010

为啥 g++ 找不到 iostream.h?