Answers for "cout wchar_t"

C++
0

cout wchar_t

Use std::wcout instead of std::cout.

wcout << txt << endl;
Posted by: Guest on October-27-2020

Browse Popular Code Answers by Language