filePath = 文件绝对路径

std::locale loc = std::locale::global(std::locale(""));
        std::ostream* logFile = new std::ofstream(filePath)
        std::locale::global(std::locale(loc ));

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
  • 2022-02-07
  • 2021-12-01
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
  • 2022-12-23
  • 2021-08-09
  • 2021-09-23
相关资源
相似解决方案