Single and Multi Byte String Format Functions
Related Links
Link to Wide String Formatting Functions.
Link to Windows Generic String Formatting Functions.
Link to String Formatting in C and C++.
Internationalization (I18n) Discussion:
These functions work for both single byte and multibyte char type characters and characters strings. There are a few issues in regards to multibyte characters which are addressed in the formatting discussion page.
If migrating to a Windows Generic or Wide Character 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:
_cprintf
_cscanf/cscanf
_scprintf
_snprintf/snprintf
_snscanf
_snscanf_l
_vscprintf
_vsnprintf/vsnprintf
asprintf
fprintf
fscanf
obstack_printf
obstack_vprintf
printf
scanf
snprintf
sprintf
sscanf
vasprintf
vfprintf
vfscanf
vprintf
vscanf
vsnprintf
vsprintf
vsscanf
Locale-Sensitive C++ Methods
|