Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site utah-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!utah-cs!brownc From: brownc@utah-cs.UUCP (Eric C. Brown) Newsgroups: net.lang.c Subject: Re: The wonders of C Message-ID: <3270@utah-cs.UUCP> Date: Sun, 31-Mar-85 17:06:19 EST Article-I.D.: utah-cs.3270 Posted: Sun Mar 31 17:06:19 1985 Date-Received: Wed, 3-Apr-85 00:40:52 EST References: <9436@brl-tgr.ARPA> <7127@watdaisy.UUCP> <325@bu-cs.UUCP> Reply-To: brownc@utah-cs.UUCP (Eric C. Brown) Organization: Univ of Utah CS Dept Lines: 18 Summary: In article <325@bu-cs.UUCP> root@bu-cs.UUCP (Barry Shein) writes: >All this griping about accidently typing things like > > if(c = NL) Well, the Wizard C compiler for the IBM PC prints a warning message: Warning: Possibly incorrect assignment with that line. If you want it to shut up, then use if ((c = NL) != 0) or whatever. All C compilers are not created equal: some compilers check to see if what you typed made any sense at all. Eric C. Brown Execute People, not Programs!