Hellfire103 to Programmer Humor@lemmy.mlEnglish • 1 month agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square60fedilinkarrow-up11arrow-down10cross-posted to: programmer_humor@programming.dev
arrow-up11arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlHellfire103 to Programmer Humor@lemmy.mlEnglish • 1 month agomessage-square60fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareHellfire103OPlinkfedilinkEnglish0•edit-21 month agoInstead of this: cout << "Hello world.\n"; You can do this: cout << "Hello world." << endl;
minus-square@ReversalHatchery@beehaw.orglinkfedilinkEnglish0•1 month 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.comlinkfedilinkEnglish0•1 month agoI think that’s client side. Doesn’t happen for me.
minus-square@Cyberfishofant2@lemm.eelinkfedilinkEnglish0•1 month agosame here. AP isn’t standardized enough, apparently
minus-square@Daedskin@lemm.eelinkfedilink0•1 month agoThe fact that you used the namespace for cout but not for endl inordinately bothers me
Instead of this:
cout << "Hello world.\n";
You can do this:
cout << "Hello world." << endl;
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
The fact that you used the namespace for
cout
but not forendl
inordinately bothers me