Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 2 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square62fedilinkarrow-up1176cross-posted to: [email protected]
arrow-up1176imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square62fedilinkcross-posted to: [email protected]
minus-squareAnyOldName3@lemmy.worldlinkfedilinkarrow-up4·2 months 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.