Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.unix-wizards Subject: Re: Need help with C Message-ID: <4922@alice.UUCP> Date: Fri, 31-Jan-86 22:05:34 EST Article-I.D.: alice.4922 Posted: Fri Jan 31 22:05:34 1986 Date-Received: Sat, 1-Feb-86 20:06:42 EST References: <9294@ritcv.UUCP> Organization: Bell Labs, Murray Hill Lines: 6 > I'm having some problems with structures in a C program I've been > writing. I have a structure declared as follows: (and so on) You can't compare structures. Sorry about that.