c语言
#include <iostream>using namespace std;
int main(){
cout<<"hello world"<<end1;
return 0;
}
然后就报错
PS C:\Users\heart\projects\helloworld> cd "c:\Users\heart\Desktop\" ; if ($?) { gcc 001.c -o 001 } ; if ($?) { .\001 }
001.c:1:10: fatal error: iostream: No such file or directory
#include <iostream> 你的文件名称后缀名应该是.cpp而不是.c 这是 C语言?这不 C++ 么?
青出于蓝 发表于 2021-9-20 19:37
你的文件名称后缀名应该是.cpp而不是.c
没有啊 嘻嘻嘻哈哈? 发表于 2021-9-20 19:58
没有啊
没用啊
"c:\Users\heart\Desktop\" ; if ($?) { gcc 001.c -o 001 } ; if ($?) { .\001 }
001.c:1:10: fatal error: iostream: No such file or directory
根据你这个错误提示,你的文件名是001.c 嘻嘻嘻哈哈? 发表于 2021-9-20 19:58
没有啊
你把后缀名改成.cpp
页:
[1]