Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

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.
 
PREVIOUS NEXT
Tagged: #format #specifier #dword
ADD COMMENT
Topic
Name
4+1 =