Re: Strange cout behaviour

2003-01-09 Thread Ira Abramov
Quoting guy keren, from the post of Thu, 09 Jan: > > On Wed, 8 Jan 2003, Boulgakov Andrei wrote: > > > It doesn't matter __FILE__ : when I change it to "Hello, World" it doesn't > > print on speedy machine and print on slow machine! Something with time > > slice? > > someone said here something

RE: Strange cout behaviour

2003-01-08 Thread guy keren
On Wed, 8 Jan 2003, Boulgakov Andrei wrote: > It doesn't matter __FILE__ : when I change it to "Hello, World" it doesn't > print on speedy machine and print on slow machine! Something with time > slice? someone said here something about the some shells 'eating' out the last printed line, if it

RE: Strange cout behaviour

2003-01-08 Thread Boulgakov Andrei
Title: RE: Strange cout behaviour It doesn't matter __FILE__ : when I change it to "Hello, World" it doesn't print on speedy machine and print on slow machine! Something with time slice? g++ -E say in both cases the same: ./aaa: line 37: namespace: command not found ./

Re: Strange cout behaviour

2003-01-08 Thread Shlomi Fish
On 8 Jan 2003, Oleg Goldshmidt wrote: > Boulgakov Andrei <[EMAIL PROTECTED]> writes: > > > Hi! > > I compile and run small application on 2  RH8 gcc3.2 stations and get > > different behavior of cout: > > On Celeron 1000 Mhz I don't get out line without endl at the end(#6, output is > > 5 only), >

Re: Strange cout behaviour

2003-01-08 Thread Oleg Goldshmidt
Boulgakov Andrei <[EMAIL PROTECTED]> writes: > Hi! > I compile and run small application on 2  RH8 gcc3.2 stations and get > different behavior of cout: > On Celeron 1000 Mhz I don't get out line without endl at the end(#6, output is > 5 only), > On PII(I?) 650 Mhz I get all lines(output 5\nfilena

Re: Strange cout behaviour

2003-01-08 Thread Guy Baruch
what does g++ -E say ? Boulgakov Andrei wrote: Hi! I compile and run small application on 2 RH8 gcc3.2 stations and get different behavior of cout: = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in

Strange cout behaviour

2003-01-08 Thread Boulgakov Andrei
Title: Strange cout behaviour Hi! I compile and run small application on 2  RH8 gcc3.2 stations and get different behavior of cout: On Celeron 1000 Mhz I don't get out line without endl at the end(#6, output is 5 only), On PII(I?) 650 Mhz I get all lines(output 5\nfilename). What can b