Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 years agoC++lemmy.zipimagemessage-square100fedilinkarrow-up11.08Karrow-down116
arrow-up11.07Karrow-down1imageC++lemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 years agomessage-square100fedilink
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up9·2 years agoYea, pointer arithmetic is cute but at this point the compiler can do it better - just type everything correctly and use []… and, whenever possible, pass by reference!
Yea, pointer arithmetic is cute but at this point the compiler can do it better - just type everything correctly and use
[]… and, whenever possible, pass by reference!