This is a discussion on Formatting hexadecimal output - Programmer ; I have a hex value, 0x14000, and I want to output it as, 0x00014000. Is it possible to get this output using std::cout? Thanks...
I have a hex value, 0x14000, and I want to output it as, 0x00014000. Is
it possible to get this output using std::cout?
Thanks