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: NEWBIE: cout<< problem


#include <iostream>

using namespace std;
int main(void) {
  cout<<"Hello world"<<endl;
  return 0;
}

On Mon, 5 May 2003 11:07:15 +0430
Arash Bijanzadeh <a.bijanzadeh@linuxiran.org> wrote:

>Hi all,
>I wonder why I cann't compile the famous cout <<"Hello, world!"<<endl; with 
>gcc? Can anybody describe the situation?


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