Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 24 days agoDoes this exist anywhere outside of C++?lemmy.mlexternal-linkmessage-square60fedilinkarrow-up11arrow-down10cross-posted to: programmer_humor@programming.dev
arrow-up11arrow-down1external-linkDoes this exist anywhere outside of C++?lemmy.mlHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 24 days agomessage-square60fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareHellfire103@lemmy.caOPlinkfedilinkEnglisharrow-up0·edit-224 days agoInstead of this: cout << "Hello world.\n"; You can do this: cout << "Hello world." << endl;
minus-squareReversalHatchery@beehaw.orglinkfedilinkEnglisharrow-up0·24 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-up0·23 days agoI think that’s client side. Doesn’t happen for me.
minus-squareCyberfishofant2@lemm.eelinkfedilinkEnglisharrow-up0·23 days agosame here. AP isn’t standardized enough, apparently
minus-squareDaedskin@lemm.eelinkfedilinkarrow-up0·23 days agoThe fact that you used the namespace for cout but not for endl inordinately bothers me
Instead of this:
You can do this:
something 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
The fact that you used the namespace for
cout
but not forendl
inordinately bothers me