g_FileSavePath = new char[len];
memset(g_FileSavePath, 0 ,sizeof(char)*len);
strcpy(g_FileSavePath, SaveFilePath.toStdString().c_str());

 

char name[64] = {0};

if (sizeof(tempName) < 64)

{

strcpy(name, tempName);

}

相关文章:

  • 2021-12-12
  • 2021-11-08
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-26
  • 2022-02-10
  • 2022-12-23
  • 2021-12-19
  • 2021-12-18
  • 2022-12-23
  • 2021-09-09
相关资源
相似解决方案