in reply to Re^2: The delay of printing encountered using loop
in thread The delay of printing encountered using loop

I would guess it's Turbo C being not so turbo...

(It's not g++'s fault. It's the C library's fault. Back in DOS-land, compilers actually came with their own C libraries.[citation needed] Perl emulates its own print commands, and with it, has its own output buffers.)

  • Comment on Re^3: The delay of printing encountered using loop

Replies are listed 'Best First'.
Re^4: The delay of printing encountered using loop
by Diamondust (Novice) on Jun 27, 2012 at 11:26 UTC
    I see.
    I don't bother to install Visual C++ and test the result then -- it's too large.
    Maybe Microsoft decides to write its own library in a complete different behavior.