JPDev@programming.dev to Programmer Humor@programming.dev · edit-28 months agoDo you know who can help?programming.devimagemessage-square19fedilinkarrow-up1289
arrow-up1289imageDo you know who can help?programming.devJPDev@programming.dev to Programmer Humor@programming.dev · edit-28 months agomessage-square19fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up5·8 months agoIf you do it with fixed-size arrays you can accomplish multi-dimension with just int*. Lots of pointer arithmetic needed though. Probably still faster than n levels of indirection.
If you do it with fixed-size arrays you can accomplish multi-dimension with just int*. Lots of pointer arithmetic needed though. Probably still faster than n levels of indirection.