Two Dimensional Arrays.

Andrew Koenig ark at alice.UUCP
Mon Feb 27 08:19:10 AEST 1989


In article <1474 at etive.ed.ac.uk>, sam at lfcs.ed.ac.uk (S. Manoharan) writes:
> Passing a 2-D array around different functions does not seem
> nice, for one needs to declare the dimensions of the array in
> each and every function. The only way to overcome this problem

Actually, you only need to declare the second dimension.

This is discussed in some detail in chapter 3 of
-- well, never mind.
-- 
				--Andrew Koenig
				  ark at europa.att.com



More information about the Comp.lang.c mailing list