Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 year agoDoes this exist anywhere outside of C++?lemmy.mlexternal-linkmessage-square61linkfedilinkarrow-up1177arrow-down19
arrow-up1168arrow-down1external-linkDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square61linkfedilink
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up7·1 year agoAhhh, I see. Looks like the magic happens somewhere further down in iostream.
minus-squareAnyOldName3@lemmy.worldlinkfedilinkarrow-up4·1 year 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.
Ahhh, I see. Looks like the magic happens somewhere further down in iostream.
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.