📜  dword c ++代码示例的格式说明符是什么

📅  最后修改于: 2022-03-11 14:44:46.275000             🧑  作者: Mango

代码示例1
On a 32 bit compiler, the format specifier which you can use to print the value of DWORD is %lu . You can also use %ld if you want to print the value in decimal format.