• wow gold (unregistered)

    Add Comment

  • Peter Lawrey (unregistered) in reply to vt_mruhlin

    As you say, a line like sprintf(NinecharString, "%d%d%d%d%d%d%d%ld",0,0,0,0,0,0,0, Number); will put the 0's first followed by the sign, followed by the magnitude. Still 0000000-1 is the same as -000000001 or -1 (I prefer the last)

    Where as sprintf(NinecharString, "%09ld", Number); doesn't do this. ;)

  • (cs)

    Fred is a fool.

    BTW: camelCase PascalCase

Leave a comment on “Fred Code”

Log In or post as a guest

Replying to comment #:

« Return to Article