Can wcout be used to print char *?

Consider this line:

std::wcout << "Hello World!";

      

Is it possible to transfer char*

or char

in a wide stream?

+2


source to share


1 answer


Both modes are approved because wide stream has several congestions.



+2


source







All Articles