
An efficient way to pass 3-D arrays to functions
: you can pass the address of the first element of 'xyz' to a function along
: with I, J, K value
: lin
: >
: > Given a 3-D array xyz[I][J][K], where I, J, and K may have different
: > values in the program (i.e. they are not fixed), could anybody recommend
: > an efficient way to pass the array xyz[I][J][K] to a function?
: >
: > Thank you in advance.
: >
: >
: >
--
**************begin r.s. response*********************
though unfashionable;
globalizing such information
allows avoidance of passing it
entirely ...
**************end r.s. response***********************
Ralph Silverman