Re: gcc: std::cout problem

2004-03-30 Thread David
--- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "David" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 7:11 PM Subject: Re: gcc: std::cout problem >

Re: gcc: std::cout problem

2004-03-30 Thread Igor Pechtchanski
On Tue, 30 Mar 2004, David wrote: > The source code was: > --- > #include > > int main() > { > > std::cout << "Hello,World!"; > > } > > > > and from the shell: > >