Linux下C++使用GCC编译出错:
程序:
#include<iostream>
int main()
{
cout << "Hello World!" << endl;
return 0;
}
编译出错:
$ g++ s.cpp -o s.out
s.cpp: In function `int main(int, char**)':
Linux下C++使用GCC编译出错:
程序:
#include<iostream>
int main()
{
cout << "Hello World!" << endl;
return 0;
}
编译出错:
$ g++ s.cpp -o s.out
s.cpp: In function `int main(int, char**)':