Hellfire103 to Programmer [email protected]English • 13 days agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square64fedilinkarrow-up1171arrow-down18cross-posted to: [email protected]
arrow-up1163arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103 to Programmer [email protected]English • 13 days agomessage-square64fedilinkcross-posted to: [email protected]
minus-squarexigoilinkfedilinkEnglish2•13 days agoDon’t most terminals flush the buffer on newline anyway?
minus-square@[email protected]linkfedilink8•13 days 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•13 days 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