Hellfire103 to Programmer [email protected]English • 3 days agoDoes this exist anywhere outside of C++?lemmy.caimagemessage-square59fedilinkarrow-up1167
arrow-up1167imageDoes this exist anywhere outside of C++?lemmy.caHellfire103 to Programmer [email protected]English • 3 days agomessage-square59fedilink
minus-squareHellfire103OPlinkfedilinkEnglish10•edit-23 days agoInstead of this: std::cout << "Hello world.\n"; You can do this: std::cout << "Hello world." << endl;
minus-square@[email protected]linkfedilink5•2 days agoThe fact that you used the namespace for cout but not for endl inordinately bothers me
minus-square@[email protected]linkfedilinkEnglish1•3 days 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 days agoI think that’s client side. Doesn’t happen for me.
minus-square@[email protected]linkfedilinkEnglish1•2 days agosame here. AP isn’t standardized enough, apparently
minus-square@[email protected]linkfedilinkEnglish1•edit-22 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:
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