Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 month agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square62linkfedilinkarrow-up1173arrow-down18cross-posted to: programmer_humor
arrow-up1165arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square62linkfedilinkcross-posted to: programmer_humor
minus-squareAnyOldName3@lemmy.worldlinkfedilinkarrow-up4·30 days agoIt’s controlled by whether the stream’s opened in text mode or binary mode. On Unix, they’re the same, but on Windows, text mode has line ending conversion.
It’s controlled by whether the stream’s opened in text mode or binary mode. On Unix, they’re the same, but on Windows, text mode has line ending conversion.