[A89] Re: Multi-dimensional Arrays in C...
[Prev][Next][Index][Thread]
[A89] Re: Multi-dimensional Arrays in C...
Thanks for pointing this out. That's a reference I don't usually think
about for generic C questions. I guess I will have to start doing
that.
Thanks to everyone else and especially Zeljko.
John David Ratliff
jdratlif@cs.indiana.edu
-------------------
>
> At 00:17 2001-05-23, you wrote:
> >Both will give you 4, but how can you declare array[3][4] as
**array or
> >*array and allocate it dynamically?
>
>
> In the Frequently Asked Questions in the docs to TIGCCLIB, Zeljko
Juric
> explaines this in quite detail, with a lot of usefull tricks to do
it.
> Use his hard work and read it :)
>
> ///Olle
>
>
>
>
John David Ratliff
jdratlif@cs.indiana.edu
References: