Lint question
Ronald BODKIN
utility at quiche.cs.mcgill.ca
Thu Mar 15 09:33:02 AEST 1990
In article <90072.232413CMH117 at psuvm.psu.edu> CMH117 at psuvm.psu.edu (Charles Hannum) writes:
>> if (((dx = table[n].x - x), ((dx *= dx) < min)) &&
>The C compiler could calculate these expressions in any way it damned well
>feels like it. This is not defined in the ANSI C standard...
So, in general, the expression a, b does not define an order of
operations? I had assumed that writing a, b allowed sequential
operations to be performed in computing expressions (great for macros).
Ron
More information about the Comp.lang.c
mailing list