Re: What are SZ array?



I see from your follow-up post that the original author uses a different
meaning altogether for the term 'SZ array', so you may disregard my
explanation of a much different meaning of the term.

Actually, that’s a pretty good explanation.

So my guess is that the terminology has nothing to do with arrays as
we know them today.

It looks like the term simply stuck since C/C++ string are always
single-dimensioned, zero- based arrays of <chars>, then I can see how
the term got associated to today’s single-dimensioned, zero- based
array of <T>.

Thanks.
.



Relevant Pages

  • Re: What are SZ array?
    ... different meaning altogether for the term 'SZ array', ... disregard my explanation of a much different meaning of the term. ... that?s a pretty good explanation. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: K&R2 Secition 5.9 - major blunders
    ... Each element of b doesn't point to a 20 element array of int. ... This mistake is crucial because ... my explanation is really the qualities of something else: ... > The use of the array of pointers is to store the strings. ...
    (comp.lang.c)
  • Re: K&R2 Secition 5.9 - major blunders
    ... Each element of b doesn't point to a 20 element array of int. ... This mistake is crucial because ... my explanation is really the qualities of something else: ... > The use of the array of pointers is to store the strings. ...
    (comp.lang.c)
  • Re: How to define a pointer to multiple-subscripted arrays
    ... Could you please kindly give me a explanation? ... Is it an array which contain the the ... You can declare a variables of this type ... an array of ints, but that it is a big blob of ints and that it can ...
    (comp.lang.c)
  • Re: Using INDIRECT & R1C1 Ref style
    ... Your explanation was far superior. ... Valko" wrote: ... That expression will return an array of either TRUE or FALSE. ... multiple sheets and I'd rather not have to modify the range name for ...
    (microsoft.public.excel.worksheet.functions)