Answers for "what is the format specifier for dword c++"

C++
0

what is the format specifier for dword c++

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.
Posted by: Guest on July-30-2020

Code answers related to "what is the format specifier for dword c++"

Browse Popular Code Answers by Language