How do you declare a pointer to a two dimensional array?

Doug Gwyn gwyn at smoke.brl.mil
Sun Nov 11 15:05:47 AEST 1990


In article <16580 at netcom.UUCP> avery at netcom.UUCP (Avery Colter) writes:
>However, at least on my machine, pointers don't take kindly to more
>than one dimension of indexing.

But pointers to pointers do, e.g. int **spampp;



More information about the Comp.lang.c mailing list