From: Charles Krug Newsgroups: comp.os.msdos.djgpp Subject: expression evaluation guarantees Date: Fri, 08 Aug 1997 09:52:39 +0100 Lines: 12 Message-ID: <33EADE57.F93@pentek.com> NNTP-Posting-Host: mail.pentek.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk To those of you who bit my head off (OUCH) consider the following, which came up last week: if ((get_user_response()) && (format_hard_drive())) printf("Hard drive formatted"); Are you willing to bet your hard drive that your compiler is ANSI complient? -- Charles Krug, Jr.