vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Sun, Apr 06, 2008 at 10:22:51PM -0600, Philip Guenther wrote: > On Sun, Apr 6, 2008 at 10:01 PM, patrick keshishian <sidster@boxsoft.com> wrote: > ... > > What I'm going by is the following: > > > > ISO/IEC 9899:TC2 Committee Draft -- May 6, 2005 WG14/N1124 > > Annex C (informative) > > Sequence points > > > > The following are the sequence points described in > > 5.1.2.3: > > ... > > -- The end of a full expression: an initializer (6.7.8); > > the expression in an expression statement (6.8.3); the > > controlling expression of a selection statement (if or > > switch) (6.8.4); the controlling expression of a while > > or do statement (6.8.5); each of the expressions of a > > for statement (6.8.5.3); the expression in a return > > statement (6.8.6.4). > > A couple bullet-points before that is the following, at least in the > draft I'm looking at: > > -- The end of the first operand of the following operators: logical > AND && (6.5.13); > logical OR || (6.5.14); conditional ? (6.5.15); comma , (6.5.17). As does my copy. I guess my mistake is confusing the first for-loop expression as comma separated rather than comma's role as an operator. I stand corrected. |