Thread: C program to do unstuffing bits

  1. #1
    Registered User
    Join Date
    Sep 2010
    Posts
    1

    C program to do unstuffing bits

    I am completely new to c programming. I need help with a program that does bit stuffing and unstuffing. I tried to do stuffing part from an example code and I think its working, but I am stuck on the unstuffing part because I need to follow a " state diagram" that is complex.
    How would I unstuff the bit that is already stuff, like delete the bit in the string. There is a special bit pattern that would be at the start of frame and end of frame and I need to get rid of if, I need to write a code in c for it. Any help would be appreciated.

  2. #2
    Registered User
    Join Date
    Mar 2008
    Location
    Coimbra, Portugal
    Posts
    85
    Can you post what you already have and throw all of your ideas at the forum wall?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDLKey to ASCII without unicode support?
    By zacs7 in forum Game Programming
    Replies: 6
    Last Post: 10-07-2007, 03:03 AM
  2. Replies: 7
    Last Post: 08-19-2007, 08:10 AM
  3. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  4. I'm new to this board but not to C .
    By honorable_sir in forum C Programming
    Replies: 28
    Last Post: 06-26-2007, 02:25 AM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM