fork(2) download
  1. #include <iostream>
  2. #include <io.h>
  3. #include <fcntl.h>
  4.  
  5. int wmain(int argc, wchar_t* argv[])
  6. {
  7. _setmode(_fileno(stdout), _O_U16TEXT);
  8. std::wcout << L"Testing unicode -- English -- Ελληνικά -- Español." << std::endl;
  9. }
Success #stdin #stdout 0s 16880KB
stdin
Standard input is empty
stdout
ąćęłńóśżźĄĆĘŁŃÓŚŻŹ