Search:

Type: Posts; User: et3ruiz

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,898

    When I put data >> 8, (or whatever value) on the...

    When I put data >> 8, (or whatever value) on the printf line, I'm just adjusting the whole value. Not the individual digits.
  2. Replies
    5
    Views
    3,898

    Sorry about that. This is what my code really...

    Sorry about that. This is what my code really looks like. I was trying to put it up quick to tend to my baby.
  3. Replies
    5
    Views
    3,898

    HEX swapnibbles

    So I got my code to prompt the user for a hex number and output a hex number. I'm trying to swap the numbers for them now. ie 0x12 would be displayed 0x21 etc. When I try to >> the number it does...
  4. Replies
    3
    Views
    16,660

    Thanks Tater, got it! What does the %hhx...

    Thanks Tater, got it! What does the %hhx specifically do? I couldn't find that in my book?
  5. Replies
    3
    Views
    16,660

    Hex scanf input and printf output.

    I am trying to write a program using unsigned char, that prompts the user to enter a two-digit hex value, then displays the value. Can anyone point me in the right direction? Thanks This is what I...
  6. Replies
    2
    Views
    2,352

    prompted string problems

    I am writing a program that prompts the user for a string. This string will then have an extracted substing. I've written this code below but whenever I compile it It'll prompt the user for the...
Results 1 to 6 of 6