@[email protected] to Programmer [email protected] • edit-27 months agoDo you know who can help?programming.devimagemessage-square18fedilinkarrow-up1282arrow-down118
arrow-up1264arrow-down1imageDo you know who can help?programming.dev@[email protected] to Programmer [email protected] • edit-27 months agomessage-square18fedilink
minus-square@calcopirituslink5•7 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.