fork download
  1. #include <fstream>
  2. #include <iostream>
  3.  
  4. int main()
  5. {
  6. {
  7. std::wofstream test_file("test.txt");
  8. test_file << L"\u0025";
  9. }
  10.  
  11. std::wcout << L"\u0025";
  12. }
  13.  
Success #stdin #stdout 0s 2980KB
stdin
Standard input is empty
stdout
%