Search:

Type: Posts; User: tabstop

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    1,739

    So you have to decide whether the elements in...

    So you have to decide whether the elements in your vector are the characters '0' through '9', 'A' through 'F', or the numbers 0 through 15. (Hint: whoever wrote the first convert function assumed...
  2. Replies
    6
    Views
    1,739

    Then look at your hex_convert code and ask...

    Then look at your hex_convert code and ask yourself "What was I on when I wrote this?"

    What does subtracting 10 have to do with converting to hex? Why are you always pushing the last digit of...
  3. Replies
    6
    Views
    1,739

    Why can't you just call convert from hex_convert?

    Why can't you just call convert from hex_convert?
Results 1 to 3 of 3