Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!floyd!harpo!seismo!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: structure and array and string comparisons Message-ID: <2857@brl-vgr.ARPA> Date: Mon, 26-Mar-84 18:12:42 EST Article-I.D.: brl-vgr.2857 Posted: Mon Mar 26 18:12:42 1984 Date-Received: Tue, 27-Mar-84 03:01:45 EST References: <253@opus.UUCP>, <365@denelcor.UUCP>, <502@mprvaxa.UUCP> Organization: Ballistics Research Lab Lines: 5 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.