Thread: C Book on bit programming

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    25

    C Book on bit programming

    Please suggest any good book on bit programming, especially for low level programming (like device driver)


    thanks
    Onebrother

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    It's only got one page.
    There's a big '0' written on one side, and a big '1' written on the other

    > especially for low level programming (like device driver)
    The driver development kit for the OS of your choice would be a good start.
    Then the manuals for the device you're interested in controlling.

    Other than that, any C book which explains & | ^ << >> will suffice.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Must read book!
    By RealityFusion in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-15-2004, 09:05 PM
  2. Bit Flags
    By Padawan in forum C Programming
    Replies: 15
    Last Post: 03-30-2004, 10:38 PM
  3. Bit Manipulation Questions
    By CPPNewbie in forum C++ Programming
    Replies: 7
    Last Post: 08-12-2003, 02:17 PM
  4. Copy bit to bit
    By Coder2Die4 in forum C Programming
    Replies: 15
    Last Post: 06-26-2003, 09:58 AM