g++编译出错:iostream.h没有那个文件或目录刚在linux下学习C++。编译出现上述错误。
#include <iostream>using namespace std;
g++ -o demo demo.cpp
iostream.h本来就没
把iostream.h改为iostream