Hellfire103 to Programmer [email protected]English • 3 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square64fedilinkarrow-up1176cross-posted to: [email protected]
arrow-up1176imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103 to Programmer [email protected]English • 3 months agomessage-square64fedilinkcross-posted to: [email protected]
minus-squareHellfire103OPlinkfedilinkEnglish10•edit-23 months agoInstead of this: std::cout << "Hello world.\n"; You can do this: std::cout << "Hello world." << endl;
minus-square@[email protected]linkfedilinkEnglish1•3 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•3 months agoI think that’s client side. Doesn’t happen for me.
minus-square@[email protected]linkfedilinkEnglish1•3 months agosame here. AP isn’t standardized enough, apparently
minus-square@[email protected]linkfedilinkEnglish1•edit-23 months agonah its a lemmy app on android that didn’t get an update in ages. probably just uses a faulty markdown renderer
minus-square@[email protected]linkfedilink6•3 months 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
nah its a lemmy app on android that didn’t get an update in ages. probably just uses a faulty markdown renderer
The fact that you used the namespace for
cout
but not forendl
inordinately bothers me