Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hocda.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hocda!hom From: hom@hocda.UUCP (H.MORRIS) Newsgroups: net.lang.c Subject: Re: structure and array and string comparisons Message-ID: <396@hocda.UUCP> Date: Mon, 26-Mar-84 18:09:53 EST Article-I.D.: hocda.396 Posted: Mon Mar 26 18:09:53 1984 Date-Received: Tue, 27-Mar-84 03:03:29 EST References: <2831@brl-vgr.ARPA> Organization: Bell Labs, Holmdel Lines: 5 One should not confuse the issues of implementing >, <, etc for structs with that of implementing simple equality (and !=). I categorically think that > and < should NOT be implemented for structures. But I think since we have assignment, it makes good sense to define == and != for structures.