Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!samsung!usc!apple!netcom!stratus!cloud9!lectroid!bigbootay!jmann From: jmann@bigbootay (Jim Mann) Newsgroups: comp.lang.c Subject: Re: A question of commas Summary: i++ easy to read if you know ANY C Keywords: style, i++ Message-ID: <454@lectroid.sw.stratus.com> Date: 8 Dec 89 14:13:19 GMT References: <257E97F4.24962@ateng.com> <1989Dec7.192215.27671@aqdata.uucp> Sender: usenet@lectroid.sw.stratus.com Reply-To: jmann@bigbootay.sw.stratus.com (Jim Mann) Organization: Stratus Computer, Software Engineering. Lines: 6 Yes, some constructs in C are hard to understand for those new to the language. i++ is NOT one of them. Yes, BASIC, FORTRAN, PL/I, and so forth use i = i + 1 to increment i. However, if you know any C at all, you know what i++ and i-- mean. If you don't, you probably shouldn't be trying to maintain C code.