Re: Unicode chinese



On Thu, 30 Aug 2007 17:21:07 GMT, "Crouchez"
<blah@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote, quoted or indirectly
quoted someone who said :

Whats the main use for
bitwise and bit shifting?

see http://mindprod.com/jgloss/binary.html
http://mindprod.com/jgloss/xor.html
http://mindprod.com/jgloss/masking.html

Consider the Font.BOLD|Font.ITALIC. It lets you combine binary
attributes.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages

  • Re: Bit shifting question
    ... IF you have a bitwise not operator ~, ... Canadian Mind Products, Roedy Green. ... Coaching, problem solving, economical contract programming. ...
    (comp.lang.java.help)
  • program logic based on endianness
    ... The logic of shifting and action based on the result, ... assumes that the system is big-endian. ... I wanted to know if the above holds true for bitwise and and ... operation a&b or a|b irrespective of the endianness of the system. ...
    (comp.unix.programmer)
  • Re: Help with bitwise
    ... >ve never used bitwise before. ... >"This parameter is a bitmask, with only 2 bits having any significance. ... Rumsfeld confesses on video. ... Canadian Mind Products, Roedy Green. ...
    (comp.lang.java.programmer)
  • Re: program logic based on endianness
    ... The logic of shifting and action based on the result, ... assumes that the system is big-endian. ... I wanted to know if the above holds true for bitwise and and ... the bitwise operators -- work on the values of their ...
    (comp.unix.programmer)
  • Re: Display a 32bit value as a 4ch string?
    ... I understand the bit shifting and char cast, but I don't understand the bitwise & with 0xFF. ... I'm guessing it's something to do with signed/unsigned? ...
    (microsoft.public.vc.language)