Re: GCC compiler in Red Hat 9

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux