up vote 1 down vote favorite
share [g+] share [fb]

On WinCE, when using printf, what are the qualifiers for various data types - short, unsigned long etc.

For short and ulong, I know the answers are %hd & %lu, I am actually looking for a MSDN site that lists all data types and their qualifiers on CE. Unfortunately I cannot find the site now. I have already looked at this post, but it does not contain the link or answer.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Would this MSDN article : Format Specification Fields: printf and wprintf Functions (for Platform Builder for Microsoft Windows CE 5.0) answer your question ?

Completed with printf Type Field Characters, that is.

link|improve this answer
Thanks Von. That was what I was looking for. – Sesh Feb 23 '09 at 9:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.