Hellfire103 to Programmer [email protected]English • 3 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square64fedilinkarrow-up1175cross-posted to: [email protected]
arrow-up1175imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103 to Programmer [email protected]English • 3 months agomessage-square64fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink7•3 months agoAhhh, I see. Looks like the magic happens somewhere further down in iostream.
minus-squareAnyOldName3linkfedilink4•3 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.
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.