This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Something terribly wrong with gcc-3.0.4 Linux
>>>>> "Paolo" == Paolo Carlini <pcarlini@unitus.it> writes:
Paolo> Neal D. Becker wrote:
>> 3) It appears that std::cout buffering is broken.
>>
Paolo> I have not looked into the other issues, but for this one, have you
Paolo> tried calling a:
Paolo> std::ios::sync_with_stdio(false);
Paolo> before any other output operations?
No, I haven't tried that yet, but I sure don't expect that I need to
in order to not have cout << "hello world" not call write() for every
character.