Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!usc!cs.utexas.edu!yale!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: How do you declare a pointer to a two dimensional array? Message-ID: <14422@smoke.brl.mil> Date: 11 Nov 90 04:05:47 GMT References: <9197@aggie.ucdavis.edu> <16580@netcom.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 5 In article <16580@netcom.UUCP> avery@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;