Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 3 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square50fedilinkarrow-up11arrow-down10cross-posted to: [email protected]
arrow-up11arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 3 months agomessage-square50fedilinkcross-posted to: [email protected]
minus-squarexigoi@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·3 months agoDon’t most terminals flush the buffer on newline anyway?
minus-squareClemaX@lemm.eelinkfedilinkarrow-up0·3 months agoIt is the stream itself that is buffered, so the terminal does not handle the contents until the stream is flushed.
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.