Welcome, Guest. Please login or register.

Author Topic: Finding the address of an array element  (Read 8814 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Jupp3

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 364
    • Show all replies
    • http://jupp3.amigafin.org
Re: Finding the address of an array element
« on: March 14, 2003, 07:05:59 AM »
I also use 3-dimensional array in my game, reading and writing it directly with pointers.

For writing and reading, I use inline functions (one lined). That way I should be able to modify used methods & possibly add 4th dimension (might need that...) later rather easily...