Dynamic multidimensional arrays
Heinrich Gantenbein
hg at mas1.UUCP
Thu Jun 16 03:21:28 AEST 1988
In article <4556 at haddock.ISC.COM> karl at haddock.ima.isc.com (Karl Heuer) writes:
>In article <59 at cubsun.BIO.COLUMBIA.EDU> shenkin at cubsun.UUCP (Peter Shenkin) writes:
>>[What about]
>> float **matrix( int nrl, int nrh, int ncl, int nch )
>>[and its N-dimensional generalization?]
>> float **array( int Ndim,
>> int n1l, int n1h, int n2l, int n2h, ..., int nNl, int nNh )
>
>
>[stuff deleted]
There is an excellent article about dynamic allocated arrays in C
puplished in the June issue of Computer Language on page 83.
(Volume 5, Number 6)
Heinrich Gantenbein
{...}pyramid!voder!mas1!hg
{...}codas!mas1!hg
More information about the Comp.lang.c
mailing list