Hellfire103 to Programmer [email protected]English • 13 days agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square64fedilinkarrow-up1171arrow-down18cross-posted to: [email protected]
arrow-up1163arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103 to Programmer [email protected]English • 13 days agomessage-square64fedilinkcross-posted to: [email protected]
minus-squareHellfire103OPlinkfedilinkEnglish11•edit-213 days agoInstead of this: std::cout << "Hello world.\n"; You can do this: std::cout << "Hello world." << endl;
minus-square@[email protected]linkfedilink6•12 days agoThe fact that you used the namespace for cout but not for endl inordinately bothers me
minus-square@[email protected]linkfedilinkEnglish1•13 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•13 days agoI think that’s client side. Doesn’t happen for me.
minus-square@[email protected]linkfedilinkEnglish1•12 days agosame here. AP isn’t standardized enough, apparently
minus-square@[email protected]linkfedilinkEnglish1•edit-212 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:
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