Thread: Help with bitwise AND

  1. #1
    Registered User
    Join Date
    Apr 2010
    Posts
    5

    Question [Solved] Help with bitwise AND

    Solved, thank you.
    Last edited by tehjojo; 04-03-2010 at 02:27 PM.

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    0x0E00 and 0x0111 don't have any bits in common, so the and is 0x0000.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Modulus to Bitwise
    By blurrymadness in forum C Programming
    Replies: 1
    Last Post: 12-01-2009, 12:49 PM
  2. Bitwise Questions
    By someprogr in forum C Programming
    Replies: 8
    Last Post: 12-14-2008, 06:45 PM
  3. bitwise operations with double
    By henry_kay in forum C Programming
    Replies: 2
    Last Post: 10-03-2007, 04:57 AM
  4. Characters into bitwise ints
    By Code Zer0 in forum C++ Programming
    Replies: 9
    Last Post: 04-24-2003, 08:34 AM
  5. Replies: 5
    Last Post: 10-30-2002, 10:23 PM