Hellfire103 to Programmer [email protected]English • 2 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square61fedilinkarrow-up1173arrow-down19cross-posted to: [email protected]
arrow-up1164arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103 to Programmer [email protected]English • 2 months agomessage-square61fedilinkcross-posted to: [email protected]
minus-squareHellfire103OPlinkfedilinkEnglish10•edit-22 months agoInstead of this: std::cout << "Hello world.\n"; You can do this: std::cout << "Hello world." << endl;
minus-square@[email protected]linkfedilink6•2 months agoThe fact that you used the namespace for cout but not for endl inordinately bothers me
minus-square@[email protected]linkfedilinkEnglish1•2 months agosomething has replaced your lessthan signs with their HTML counterparts. such a silly thing to do in a code block
minus-square@[email protected]linkfedilinkEnglish3•2 months agoI think that’s client side. Doesn’t happen for me.
minus-square@[email protected]linkfedilinkEnglish1•2 months agosame here. AP isn’t standardized enough, apparently
minus-square@[email protected]linkfedilinkEnglish1•edit-22 months 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:
std::cout << "Hello world.\n";
You can do this:
std::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