structure and array and string comparisons

Doug Gwyn gwyn at brl-vgr.ARPA
Tue Mar 27 09:12:42 AEST 1984


String descriptors and null-terminated strings are two competing
approaches to string design.  Each has strong and weak points.
However, as a user of both I would hate to see the user forced to
use descriptor-based strings in C.  Terminated-arrays are much
easier to deal with in C code in the majority of cases.



More information about the Comp.lang.c mailing list