Hellfire103 to Programmer Humor@lemmy.mlEnglish • 16 days agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square64fedilinkarrow-up1170arrow-down19cross-posted to: programmer_humor@programming.dev
arrow-up1161arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103 to Programmer Humor@lemmy.mlEnglish • 16 days agomessage-square64fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareHellfire103OPlinkfedilinkEnglish11•edit-216 days agoInstead of this: cout << "Hello world.\n"; You can do this: cout << "Hello world." << endl;
minus-square@Daedskin@lemm.eelinkfedilink6•15 days agoThe fact that you used the namespace for cout but not for endl inordinately bothers me
minus-square@ReversalHatchery@beehaw.orglinkfedilinkEnglish1•16 days agosomething has replaced your lessthan signs with their HTML counterparts. such a silly thing to do in a code block
minus-square@fubbernuckin@lemmy.dbzer0.comlinkfedilinkEnglish3•16 days agoI think that’s client side. Doesn’t happen for me.
minus-square@Cyberfishofant2@lemm.eelinkfedilinkEnglish1•15 days agosame here. AP isn’t standardized enough, apparently
minus-square@ReversalHatchery@beehaw.orglinkfedilinkEnglish1•edit-215 days 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:
cout << "Hello world.\n";
You can do this:
cout << "Hello world." << endl;
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