This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC compiler in Red Hat 9


Hi H@z@n,

Try this...

- - - - - - - - - - - - -

#include <iostream>
  using std::cout;
  using std::endl;
#include <cstdlib> // EXIT_SUCCESS

int main()
{
  cout << "Hello world" << endl;
  return EXIT_SUCCESS;
}

- - - - - - - - - - - - -

HTH,
--Eljay



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]