Error compiling C++ using GCC under Linux:
#include< iostream>
int main()
{
cout < < “Hello World!” < < endl;
return 0;
}
compiler error:
$g++ s.> s.bbpp: In function ‘int main(int, char**)’:
The
#include< iostream>
int main()
{
cout < < “Hello World!” < < endl;
return 0;
}
compiler error:
$g++ s.> s.bbpp: In function ‘int main(int, char**)’:
The