Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 3 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square62linkfedilinkarrow-up1175arrow-down19cross-posted to: [email protected]
arrow-up1166arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 3 months agomessage-square62linkfedilinkcross-posted to: [email protected]
minus-squarezenforyen@feddit.orglinkfedilinkarrow-up3·3 months agoYeah it’s an artificial dichotomy based on a popular misconception of what std::endl is and how \n is interpreted. Ultimately it does not ask about line endings, but about flushing, which is a completely orthogonal question.
Yeah it’s an artificial dichotomy based on a popular misconception of what std::endl is and how \n is interpreted.
Ultimately it does not ask about line endings, but about flushing, which is a completely orthogonal question.