Defined in header <cwchar> int wprintf( const wchar_t* format, ... ); (1) int fwprintf( std::FILE* stream, const wchar_t* format, ... ); (2) int swprintf( wchar_t* buffer, std::size_t size, const wchar_t* format, ... ); (3)
Loads the data from the given locations, converts them to wide string equivalents and writes the results to a variety of sinks.
1) Writes the results to stdout.
2) Writes the results to a file stream stream.
3) Writes the results to a wide