1

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.

Community
  • 1
  • 1
Sesh
  • 5,993
  • 4
  • 30
  • 39

1 Answers1

2

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250