- 解决办法:
- 1、将头文件的#include <iostream.h>改为#include <iostream>
- 2、修改完头文件后,添加using namespace std;
-
#include <iostream> using namespace std;
C++中,出现iostream.h: No such file or directory错误:
于 2024-04-13 19:41:08 首次发布
#include <iostream>
using namespace std;