Gollum@feddit.org to Programmer Humor@programming.dev · 11 hours agoLucky enough, I am C++ Developerfeddit.orgimagemessage-square76linkfedilinkarrow-up1308arrow-down125
arrow-up1283arrow-down1imageLucky enough, I am C++ Developerfeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 11 hours agomessage-square76linkfedilink
minus-squareJankatarch@lemmy.worldlinkfedilinkarrow-up26·edit-26 hours agoC++ lets you assign variables with <%%> in case your parents were killed by an equals sign.
minus-squareSleeplessCityLights@programming.devlinkfedilinkarrow-up5·3 hours agoI have the perfect module to use this once. Most people will see it and will figure out that it is doing what it should, but no one can change it because the file will be LFS locked like 99% of the time.
minus-squaredjmikeale@feddit.dklinkfedilinkarrow-up1·38 minutes agoBat is really cool - I share your enthusiasm! As far as I remember, the repo for bat has a bunch of example use cases that I hadn’t thought of, fyi!
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·6 hours agoWhat is happening there? Is it about templates? I can’t find any reference for that syntax.
minus-squareJankatarch@lemmy.worldlinkfedilinkarrow-up6·6 hours agoI mixed digraphs and initilization together.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up3·2 hours agoOh, I didn’t know about digraphs at all. C++ is a really big language. And wow, that’s a well hidden footgun.
C++ lets you assign variables with <%%> in case your parents were killed by an equals sign.
I have the perfect module to use this once. Most people will see it and will figure out that it is doing what it should, but no one can change it because the file will be LFS locked like 99% of the time.
TIL about
bat! Looks awesome!Bat is really cool - I share your enthusiasm! As far as I remember, the repo for bat has a bunch of example use cases that I hadn’t thought of, fyi!
Finally, someone gets it
What is happening there?
Is it about templates? I can’t find any reference for that syntax.
I mixed digraphs and initilization together.
Oh, I didn’t know about digraphs at all. C++ is a really big language.
And wow, that’s a well hidden footgun.