gcc error - "iostream: No such file or directory"

#include <iostream> using namespace std; int main(void) { cout<<"Hello World!\n"; return 0; } 使用命令 linux gcc -o test test.c ios test.c:1:20: iostream: No such file or directoryc++ 杯具啊,gcc是c的编译器,g
相关文章
相关标签/搜索