Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 year agoC++lemmy.zipexternal-linkmessage-square87linkfedilinkarrow-up1220arrow-down11
arrow-up1219arrow-down1external-linkC++lemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 year agomessage-square87linkfedilink
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up2·1 year 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!