Elizabeth Chang <[EMAIL PROTECTED]> wrote:

> Thank you for checking back with me on the functions I posted couple days
> ago.  No, I have not heard back anyone on SetBitMacro, GetBitMacro,
> RemoveBitMacro, BitAtPosition.  Are they covered some where if you know?
> Are these operators "<<", "&", "|=", "&=", "~BitAtPosition" covered in "The
> C Programming Language"?

Yes, although the "~BitAtPosition" is actually a combination of a C 
operator "~" along with a variable/constant/whatever "BitAtPosition". 
It means simply to take the value of BitAtPosition and complement each 
bit.

--
Roger Chaplin
<[EMAIL PROTECTED]>

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to