type specifier for displaying binary numbers?

Hi everybody,
I wonder if there is any type specifier for binary numbers display input/output in scanf()/printf() ?
like %x or %o for hex and octal number display?
No built-in way using cstdio or iostream. You'll have to write your own.
Topic archived. No new replies allowed.