Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!amdahl!nsc!voder!mas1!hg From: hg@mas1.UUCP (Heinrich Gantenbein) Newsgroups: comp.lang.c Subject: Re: Dynamic multidimensional arrays Message-ID: <1250@mas1.UUCP> Date: 15 Jun 88 17:21:28 GMT References: <10655@agate.BERKELEY.EDU> <1857@hubcap.UUCP> <10023@ames.arc.nasa.gov> <10032@ames.arc.nasa.gov> <59@cubsun.BIO.COLUMBIA.EDU> <4556@haddock.ISC.COM> Reply-To: hg@mas1.UUCP (Heinrich Gantenbein) Organization: Measurex Automation Systems, Cupertino, CA Lines: 17 In article <4556@haddock.ISC.COM> karl@haddock.ima.isc.com (Karl Heuer) writes: >In article <59@cubsun.BIO.COLUMBIA.EDU> shenkin@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