Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 year agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square62linkfedilinkarrow-up1176arrow-down19
arrow-up1167arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square62linkfedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkEnglisharrow-up3arrow-down1·1 year agoDon’t most terminals flush the buffer on newline anyway?
minus-squareClemaX@lemm.eelinkfedilinkarrow-up9arrow-down1·1 year agoIt is the stream itself that is buffered, so the terminal does not handle the contents until the stream is flushed.
minus-squarevapeloki@lemmy.worldlinkfedilinkarrow-up2·1 year agoMaybe, but there is the internal buffer. Also, most I/O happens in files not consoles
Don’t most terminals flush the buffer on newline anyway?
It is the stream itself that is buffered, so the terminal does not handle the contents until the stream is flushed.
Maybe, but there is the internal buffer. Also, most I/O happens in files not consoles