Date: Mon, 3 Feb 1997 09:03:02 +0000 ( ) From: Gurunandan R Bhat To: Graham Howard Wile Cc: djgpp AT delorie DOT com Subject: Re: NEED HELP passing multi-dim arrays to functions In-Reply-To: <5d2sdh$jhj@News.Dal.Ca> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 2 Feb 1997, Graham Howard Wile wrote: > I have a problem with passing multi-dimensional arrays to my function. > Can anyone show me how to pass multi-dimensional arrays to functions? > You could refer to "Numerical Recipes in C" by Teukolsky, Press and two others. The first chapter discusses how to create multi dimensional arrays and pass them to functions. If you cannot get the book, e-mail me and i'll send you some docs and samples that i am working on. good luck