Orphaned Response
Rob Warnock
rpw3 at redwood.UUCP
Tue Jan 15 22:36:32 AEST 1985
+---------------
| Nf-ID: #R:ea:5700031:uo-vax1:55600003:37777777600:180
| Nf-From: uo-vax1!bill Jan 9 19:10:00 1985
|
| No, many people test ints, chars, etc. For example if i and j equal
| 0x01 and 0x02 then i &= j gives i = 0, but i &&= j gives i = 1.
|
| Mark Aitken
| {tektronix, hp-pcd}!uoregon!marka
+---------------
Hmmm... K & R [p.46, p.191, & p.215] certainly doesn't list "&&=" as one of
the legal operators, and the compiler I use (v.7 derived) doesn't hack it.
A local addition, perhaps?
Rob Warnock
Systems Architecture Consultant
UUCP: {ihnp4,ucbvax!dual}!fortune!redwood!rpw3
DDD: (415)572-2607
USPS: 510 Trinidad Lane, Foster City, CA 94404
More information about the Comp.lang.c
mailing list