search

Home  >  Q&A  >  body text

c++ - 如何用C语言格式字符串右对齐地输出“0x”开头的16进制数字?

在控制台界面按如下格式输出16进制数字
比如

      0xABCDE
 0xABCD123456
    0x2333333
        0xABC

像这样的输出只用printf的格式化字符串能否做到,如何做到?

PHPzPHPz2770 days ago939

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 11:44:21

    Oh shit, I found the result, just use %#20x, I ended this question

    reply
    0
  • Cancelreply