Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 2 days agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square59fedilinkarrow-up1165arrow-down19cross-posted to: programmer_humor@programming.dev
arrow-up1156arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square59fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareHellfire103@lemmy.caOPlinkfedilinkEnglisharrow-up10·edit-22 days agoInstead of this: std::cout << "Hello world.\n"; You can do this: std::cout << "Hello world." << endl;
minus-squareDaedskin@lemm.eelinkfedilinkarrow-up5·18 hours agoThe fact that you used the namespace for cout but not for endl inordinately bothers me
minus-squareReversalHatchery@beehaw.orglinkfedilinkEnglisharrow-up1·2 days agosomething has replaced your lessthan signs with their HTML counterparts. such a silly thing to do in a code block
minus-squarefubbernuckin@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·1 day agoI think that’s client side. Doesn’t happen for me.
minus-squareCyberfishofant2@lemm.eelinkfedilinkEnglisharrow-up1·24 hours agosame here. AP isn’t standardized enough, apparently
minus-squareReversalHatchery@beehaw.orglinkfedilinkEnglisharrow-up1·edit-218 hours agonah its a lemmy app on android that didn’t get an update in ages. probably just uses a faulty markdown renderer
Instead of this:
You can do this:
The fact that you used the namespace for
cout
but not forendl
inordinately bothers mesomething has replaced your lessthan signs with their HTML counterparts. such a silly thing to do in a code block
I think that’s client side. Doesn’t happen for me.
same here. AP isn’t standardized enough, apparently
nah its a lemmy app on android that didn’t get an update in ages. probably just uses a faulty markdown renderer