On 21 October 2011 17:07, Manuel Bouyer <bou...@antioche.eu.org> wrote: > On Fri, Oct 21, 2011 at 04:59:37PM +0200, Michal Suchanek wrote: >> On 21 October 2011 15:48, Manuel Bouyer <bou...@antioche.eu.org> wrote: >> > On Fri, Oct 21, 2011 at 03:37:43PM +0200, Michal Suchanek wrote: >> >> >> > Nor in the tree-based dictionnary, or in the multidimentionnal array. >> >> >> >> No, in an array the unused locations do exist. >> > >> > I don't understand this. If you have a 2-dimention array >> > quota[id][type], and quota[class=group] doesn't exist for this filesytem, >> > you have quota[class=group]=NULL and no memory associated with it. >> >> Yes, you don't. >> >> What you describe is a dictionary, not an array. > > OK. So multi-dimentionnal arrays in C are not arrays, they're dictionary ...
No, you just don't know what arrays in C are like. Thanks Michal