C history question

Sun Visualization Products matthew at sunpix.UUCP
Wed Sep 27 21:58:59 AEST 1989


In article <29557 at news.Think.COM> barmar at think.COM (Barry Margolin) writes:
|
|	allok = allok && a[i++] > b[j++]
|
|then the side effects on i and j would be different from
|
|	allok &= a[i++] > b[j++]
|
|The first must NOT increment i and j when allok is true, while the
|second MUST increment them in any case.
|
|Barry Margolin
|Thinking Machines Corp.

Would you like to reword your last sentence?


-- 
Matthew Lee Stier                            |
Sun Microsystems ---  RTP, NC  27709-3447    |     "Wisconsin   Escapee"
uucp:  sun!mstier or mcnc!rti!sunpix!matthew |
phone: (919) 469-8300 fax: (919) 460-8355    |



More information about the Comp.lang.c mailing list