Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 10 days agoDoes this exist anywhere outside of C++?lemmy.mlexternal-linkmessage-square64fedilinkarrow-up1168arrow-down16
arrow-up1162arrow-down1external-linkDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 10 days agomessage-square64fedilink
minus-squareAnyOldName3@lemmy.worldlinkfedilinkarrow-up3·9 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.