JPDev@programming.dev to Programmer Humor@programming.dev · edit-21 year agoDo you know who can help?programming.devimagemessage-square25linkfedilinkarrow-up1290
arrow-up1290imageDo you know who can help?programming.devJPDev@programming.dev to Programmer Humor@programming.dev · edit-21 year agomessage-square25linkfedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up5·1 year 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.