|
发表于 2003-6-10 21:17:58
|
显示全部楼层
[root@fire root]# g++ hello.cpp
hello.cpp:1: `iostream' was not declared in this scope
hello.cpp:2: syntax error before `using'
hello.cpp: In function `int main()':
hello.cpp:5: `cout' undeclared in namespace `std'
hello.cpp:5: `endl' undeclared in namespace `std'
[root@fire root]#
我的错误信息。我用的是RH9.0 |
|