To all the c++ experts,
I have some doubt on how does the convertion works.
If for instance, I want to convert a hexadecimal eg. 199 to to decimal,
I use printf("%d",199);
but what if I want the hexadecimal 199 to be displayed in binary?
What must is use?