Linux 的API都有哪些?
时间:2009-10-06
来源:互联网
using namespace std;
int main(void){
cout<<"红红"<<endl;
return 0;
}
honghong@honghong-laptop:~/tmp$ g++ -Wall h.cpp -o hong
h.cpp:1:20: error: isotream: 没有该文件或目录
h.cpp: In function ‘int main()’:
h.cpp:4: error: ‘cout’ was not declared in this scope
h.cpp:4: error: ‘endl’ was not declared in this scope
h.cpp: At global scope:
h.cpp:7: error: expected class-name at end of input
作者: honghong 发布时间: 2009-10-06
build-essential
或者 ,没用过c++ 那个库文件不是#include <isotream.h>么?没有扩展名?
作者: adam8157 发布时间: 2009-10-06
using namespace std;
int main(void){
cout<<"红红"<<endl;
return 0;
}
honghong@honghong-laptop:~/tmp$ g++ -Wall h.cpp -o hong
h.cpp:1:20: error: isotream: 没有该文件或目录
h.cpp: In function ‘int main()’:
h.cpp:4: error: ‘cout’ was not declared in this scope
h.cpp:4: error: ‘endl’ was not declared in this scope
h.cpp: At global scope:
h.cpp:7: error: expected class-name at end of input
#include<iostream>
作者: ludy 发布时间: 2009-10-06
using namespace std;
int main(void){
cout<<"红红"<<endl;
return 0;
}
honghong@honghong-laptop:~/tmp$ g++ -Wall h.cpp -o hong
h.cpp:1:20: error: isotream: 没有该文件或目录
h.cpp: In function ‘int main()’:
h.cpp:4: error: ‘cout’ was not declared in this scope
h.cpp:4: error: ‘endl’ was not declared in this scope
h.cpp: At global scope:
h.cpp:7: error: expected class-name at end of input
#include<iostream>
我日啊
作者: honghong 发布时间: 2009-10-06
using namespace std;
int main(void){
cout<<"红红"<<endl;
return 0;
}
honghong@honghong-laptop:~/tmp$ g++ -Wall h.cpp -o hong
h.cpp:1:20: error: isotream: 没有该文件或目录
h.cpp: In function ‘int main()’:
h.cpp:4: error: ‘cout’ was not declared in this scope
h.cpp:4: error: ‘endl’ was not declared in this scope
h.cpp: At global scope:
h.cpp:7: error: expected class-name at end of input
#include<iostream>
我日啊
有错你就只说,不要骂人,你这样没几个人会回答你
作者: ludy 发布时间: 2009-10-06
作者: honghong 发布时间: 2009-10-06
别人帮助了你,你连谢谢都不说,还爆粗..谁都会生气..
作者: kinzess 发布时间: 2009-10-07


作者: the_comer 发布时间: 2009-10-07
作者: slax 发布时间: 2009-10-10



作者: grow 发布时间: 2009-10-13
作者: wang_rongwei 发布时间: 2009-10-16
是不是没有
作者: lilydjwg 发布时间: 2009-10-16
作者: kutan 发布时间: 2010-08-14
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28