A question of style

Michael T. Sullivan sullivan at aqdata.uucp
Thu Nov 30 11:19:47 AEST 1989


>From article <547 at mars.Morgan.COM>, by amull at Morgan.COM (Andrew P. Mullhaupt):
> 
> ...I can't think of what I would call a 'proper' use of the comma operator...

while (c = getchar(), c != EOF)
{
	...
}

I posted this instead of mailing it to see what, if any, reaction it got.
I'm always interested in coding style.
-- 
Michael Sullivan          uunet!jarthur.uucp!aqdata!sullivan
aQdata, Inc.              aqdata!sullivan at jarthur.claremont.edu
San Dimas, CA



More information about the Comp.lang.c mailing list