Wide Character String Format Functions
Related Links
Link to Single and Multi byte Formatting Functions.
Link to Windows Generic String Formatting Functions.
Link to String Formatting in C and C++.
Internationalization (I18n) Discussion:
These functions work for wide wchar_t type characters and characters strings. There are quite a few issues in regards to formatting wide character strings which are addressed in the formatting discussion page.
If migrating to a Multi Byte or Windows Generic application, see the appropriate link as listed above.
See String Formatting in C and C++ for complete details on all issues regarding formatting strings.
Click on a function for more information:
_cwprintf
_cwscanf
_scwprintf
_snwprintf
_snwscanf
_snwscanf_l
_vscwprintf
_vsnwprintf
fwprintf
fwscanf
swprintf
swscanf
vfwprintf
vfwscanf
vswprintf
vswscanf
vwprintf
vwscanf
wprintf
wscanf
Locale-Sensitive C++ Methods
|