一般来讲相对位置的起点位置是.vcxproj,也根据项目需要自己改位置VS相对位置起点的修改

附:相对路径转绝对路径

参考:https://blog.csdn.net/earbao/article/details/51941696

即利用 

  1.      char resolved_path[max_path]={0};  
  2.     _fullpath(resolved_path,"..",max_path); 、
  3. 转换成绝对路径,但路径不一定存在,需要自己验证。

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2021-09-27
  • 2022-12-23
  • 2021-07-19
  • 2021-12-21
  • 2022-12-23
  • 2021-12-27
猜你喜欢
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-08-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案