Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 年前C++lemmy.zipimagemessage-square100fedilinkarrow-up11.08Karrow-down116
arrow-up11.06Karrow-down1imageC++lemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 年前message-square100fedilink
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up9·1 年前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!
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!