From: "A.Appleyard" To: DJGPP AT sun DOT soe DOT clarkson DOT edu Date: Wed, 20 Dec 1995 08:59:26 GMT Subject: dynamic parametric arrays (was: Re: array arg funny (2)) Felaco wrote to me:- > ... Passing 2 dimensional arrays as parameters is a pain, especially when > the bounds are dynamic. You might end up doing your index arithmetic > yourself. Try accessing matrixes via `Iliffe vectors' like in Atlas Autocode (a subset of Algol60 but it had type complex, on our mainframes in the 1960's):- Instead of e.g. `double x[p][q];' write:- double x$[p][q],*x[p]; for(i=0;i