Path: utzoo!utgpu!attcan!uunet!steinmetz!yellowstone!spier From: spier@yellowstone.steinmetz (kevin l spier) Newsgroups: comp.lang.c Subject: Run-time memory allocation for multi-dimensional arrays Message-ID: <11665@steinmetz.ge.com> Date: 27 Jul 88 13:17:41 GMT Sender: news@steinmetz.ge.com Reply-To: spierk@turing.cs.rpi.edu Distribution: na Organization: General Electric CRD, Schenectady, NY (and RPI) Lines: 14 A while back there was a large discussion of how to go about writing a package so that one could allocate an n-dimensional array A at run-time and still use the normal indexing convention as used with n-dimensional arrays which have there storage requirements eclared compile-time (eg. of latter case being: int b[10][10]). I am interested in finding out specifics about such packages that people have placed in the public domain. To avoid net clutter please e-mail your responses to me and I will post a summary. Thank you. Kevin L. Spier spierk@turing.cs.rpi.edu