@[email protected] to Programmer [email protected] • 10 months agoWhitespaceprogramming.devimagemessage-square51fedilinkarrow-up1295arrow-down110
arrow-up1285arrow-down1imageWhitespaceprogramming.dev@[email protected] to Programmer [email protected] • 10 months agomessage-square51fedilink
minus-square@[email protected]linkfedilink6•10 months agoFound the guy that can probably do function pointers!
minus-square@SpaceNoodlelink4•10 months agoI wrote a couple unholy lines of C++ the other day using the ternary conditional operator to select a class member function to be called with a fixed argument. I think my teammates were too scared to call me out on it.
minus-square@SpaceNoodlelink3•10 months agoIt’s actually simpler than doing it the “right” way, but I wanted to see how much I could make C++ pretend it was Python.
minus-squareTraister101linkfedilink3•10 months agoLol yeah. I don’t even really write C++ but I sure as shit know a bunch of syntax and junk haha
Found the guy that can probably do function pointers!
I wrote a couple unholy lines of C++ the other day using the ternary conditional operator to select a class member function to be called with a fixed argument.
I think my teammates were too scared to call me out on it.
KISS, my guy.
It’s actually simpler than doing it the “right” way, but I wanted to see how much I could make C++ pretend it was Python.
Lol yeah. I don’t even really write C++ but I sure as shit know a bunch of syntax and junk haha