使用道具 举报
最初由 aweil 发布 我刚装上readhat linux 8.0。 然后 $ vi hello.cpp // 以下为源代码 #include<iostream> int main() { cout<<"hello world "<<endl; return 0; }//end of code $g++ -o hello hello.cpp 编译器提示cout .endl undefine 为什么会出现这种情况?
本版积分规则 发表回复 回帖后跳转到最后一页