Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
したがって、printf を使用して C++ で 16 進値を出力しようとしていますが、次の文字列の出力を val:0x0366 にして、先頭の 0 を含めたいと考えています。
これがコードです
int poo = 0x00000366; printf("val:0x%x \n",poo);
出力は次のとおりです。
0x366