Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site harvard.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!decvax!genrad!wjh12!harvard!stew From: stew@harvard.UUCP (Stew Rubenstein) Newsgroups: net.lang.c Subject: Re: What Can't C Do? Message-ID: <178@harvard.UUCP> Date: Wed, 14-Mar-84 13:26:29 EST Article-I.D.: harvard.178 Posted: Wed Mar 14 13:26:29 1984 Date-Received: Thu, 15-Mar-84 07:18:42 EST References: <6900@unc.UUCP> Organization: Aiken Computation Lab, Harvard Lines: 11 While you're on the subject, what about == to compare two structures? This is even more reasonable, in that structure assignment is supported currently. Actually, I'd like to be able to do struct = 0; or struct = (struct foo) 0; to clear a structure but I realize that is a little more difficult. Still, if you special case 0 to represent an invalid pointer then special casing it to be a blank structure should not be too unpalatable. stew rubenstein {decvax,linus}!genrad!wjh12!harvard!lhasa!stew