我正在尝试运行一个简单的Hello World!Fedora Linux通过terminal使用程序在系统上gcc,并获得以下内容:
[abder-rahman@Abder Desktop]$ gcc hello.cpp
hello.cpp:1:22: fatal error: iostream.h: No such file or directory compilation terminated.
Run Code Online (Sandbox Code Playgroud)
这是为什么?出了什么问题?
谢谢.