c++运行出错 fatal error C1083: Cannot open include file: ✀iostream.h✀: No such file or directory

2024年11月30日 00:44
有5个网友回答
网友(1):

你使用的是VC吗?
如果不是
#include
using namespace std;

如果是的话,不应该出现这个问题,因为VC中有这个。

网友(2):

应该是你的环境问题,一般情况下#include 是真确的,我还没见过出错的,要不你再试试
#include
using namespace std;

网友(3):

fatal error C1083: Cannot open include file: 'iostream.h': No such 我同意版本问题,我编译是没有错误的 应该是你的编译器版本的问题,我

网友(4):

我的vc也出现这种情况,我的是金山和QQ管家通不过

网友(5):

你在后面加上using namespace std;