Search:

Type: Posts; User: Barney McGrew

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    2,835

    Mostly, I'd think. I suppose there are also...

    Mostly, I'd think. I suppose there are also situations where you might want to print an integer with padding in a base that isn't supported by the *printf family.
  2. Replies
    16
    Views
    2,835

    Any code using your function ought to use values...

    Any code using your function ought to use values within the type's minimum guaranteed range, but a good point nonetheless. Have you considered converting it to an unsigned type?


    It's necessary...
  3. Replies
    16
    Views
    2,835

    I guess there are two things that pop out at me:...

    I guess there are two things that pop out at me:

    - I think it would be more efficient, in the case that n is negative, if you made n a positive value at the beginning of your code instead of...
Results 1 to 3 of 3