Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 10 个月前Does this exist anywhere outside of C++?lemmy.mlimagemessage-square64linkfedilinkarrow-up1179arrow-down19cross-posted to: programmer_humor@programming.dev
arrow-up1170arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 10 个月前message-square64linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareAnyOldName3@lemmy.worldlinkfedilinkarrow-up4·10 个月前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.