Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 25 days agoDoes this exist anywhere outside of C++?imagemessage-square64linkfedilinkarrow-up1168arrow-down17cross-posted to: programmer_humor@programming.dev
arrow-up1161arrow-down1imageDoes this exist anywhere outside of C++?Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 25 days agomessage-square64linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squarezenforyen@feddit.orglinkfedilinkarrow-up3·25 days 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.