Hellfire103 to Programmer [email protected]English • 2 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square61fedilinkarrow-up1173arrow-down19cross-posted to: [email protected]
arrow-up1164arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103 to Programmer [email protected]English • 2 months agomessage-square61fedilinkcross-posted to: [email protected]
minus-squarexigoilinkfedilinkEnglish2•2 months agoDon’t most terminals flush the buffer on newline anyway?
minus-square@[email protected]linkfedilink8•2 months agoIt is the stream itself that is buffered, so the terminal does not handle the contents until the stream is flushed.
minus-square@[email protected]linkfedilink2•2 months 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