Search:

Type: Posts; User: xxrexdartxx

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,132

    Ill give it a shot. thx.

    Ill give it a shot. thx.
  2. Replies
    2
    Views
    1,132

    Assistance with Char Pointers

    Hi guys, i am looking for a little assistance. What i am trying to write is a function that will take a 7 bit character then read its binary value. It will determine if the the amount of 1's are even...
  3. Replies
    6
    Views
    2,801

    sorry, that was a typo. i did mean nums1. Thanks....

    sorry, that was a typo. i did mean nums1. Thanks. I just wanted a second pair of eyes on my OddPar to make sure my logic was ok.

    er num1s
  4. Replies
    6
    Views
    2,801

    Sorry, As i have stated the byte being passed is...

    Sorry, As i have stated the byte being passed is 0x7f.




    int num1s( unsigned char byte ) {

    int count = 0;
    while(byte > 0)
    {
  5. Replies
    6
    Views
    2,801

    A question about odd parity

    Hello, i am looking for a little help. I have a function that takes a unsigned char byte and it determines odd parity. However, i am getting it stuck in an endless loop. Is anyone available to check...
  6. Actually, this still does not return correctly(i...

    Actually, this still does not return correctly(i think). When i return ones_and_zeroes i still get a
    warning: return makes integer from pointer without a cast

    Dosent this still return it one item...
  7. Thank you.

    Thank you.
  8. Thanks for the reply, I do understand that. Maybe...

    Thanks for the reply, I do understand that. Maybe this will further explain what i am trying to do:

    purpose of my function: the function prompts the user for input, reads 7 unsigned values...
  9. Char Help! "Packing " bits to a signle unsigned char

    Hello everyone, i am new here and i am looking for a little help. What i am working on is a function that will require 7 numbers inputted from a user. Then it will add a '0' before the items. Then it...
Results 1 to 9 of 9