Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 years agoC++lemmy.zipimagemessage-square100linkfedilinkarrow-up11.09K
arrow-up11.09KimageC++lemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 years agomessage-square100linkfedilink
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!