Re: newbie seeks insight on bitwise operations..
From: pete (pfiland_at_mindspring.com)
Date: 07/30/04
- Next message: Bill Cunningham: "Re: C Unleashed"
- Previous message: Québec: "Re: for loop skipping items"
- In reply to: Keith Thompson: "Re: newbie seeks insight on bitwise operations.."
- Next in thread: Keith Thompson: "Re: newbie seeks insight on bitwise operations.."
- Reply: Keith Thompson: "Re: newbie seeks insight on bitwise operations.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 21:19:22 GMT
Keith Thompson wrote:
> I had to check the standard to make sure that
> "<<" and ">>" bind more tightly than "|".
Do you really look up precedence and associativity of operators
in the standard ?
I use page 53 of K&R2, instead.
-- pete
- Next message: Bill Cunningham: "Re: C Unleashed"
- Previous message: Québec: "Re: for loop skipping items"
- In reply to: Keith Thompson: "Re: newbie seeks insight on bitwise operations.."
- Next in thread: Keith Thompson: "Re: newbie seeks insight on bitwise operations.."
- Reply: Keith Thompson: "Re: newbie seeks insight on bitwise operations.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|