Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 年前Does this exist anywhere outside of C++?lemmy.mlexternal-linkmessage-square61linkfedilinkarrow-up1176arrow-down110cross-posted to: programmer_humor@programming.dev
arrow-up1166arrow-down1external-linkDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 年前message-square61linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareAnyOldName3@lemmy.worldlinkfedilinkarrow-up4·1 年前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.
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.