获取程序当前路径     CString strPath;
获取程序当前路径
获取程序当前路径     GetCurrentDirectory(MAX_PATH,strPath.GetBuffer(MAX_PATH));
获取程序当前路径
获取程序当前路径     strPath.ReleaseBuffer();
获取程序当前路径
获取程序当前路径     
return strPath;
获取程序当前路径
获取程序当前路径

相关文章:

  • 2021-09-23
  • 2021-07-27
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
猜你喜欢
  • 2022-12-23
  • 2021-09-26
  • 2021-12-17
  • 2021-05-25
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案