Top 5
Robert Fraser
fraserofthenight at gmail.com
Fri Oct 10 18:46:19 PDT 2008
Benji Smith wrote:
>> Static arrays are needed for C compatibility (in extern(C) structs),
>> so they're not going anywhere.
>
> So what? Null-terminated strings are also necessary for C compatibility,
> but that doesn't mean *all* strings should be null terminated.
And *all* arrays aren't static; most people use dynamic arrays
exclusively except when interfacing with C code.
More information about the Digitalmars-d
mailing list