Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 9 天前Does this exist anywhere outside of C++?lemmy.mlimagemessage-square60fedilinkarrow-up1163cross-posted to: programmer_humor@programming.dev
arrow-up1163imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 9 天前message-square60fedilinkcross-posted to: programmer_humor@programming.dev
minus-squarezenforyen@feddit.orglinkfedilinkarrow-up2·9 天前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.
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.