一般来讲相对位置的起点位置是.vcxproj,也根据项目需要自己改位置
附:相对路径转绝对路径
参考:https://blog.csdn.net/earbao/article/details/51941696
即利用
- char resolved_path[max_path]={0};
- _fullpath(resolved_path,"..",max_path); 、
- 转换成绝对路径,但路径不一定存在,需要自己验证。
一般来讲相对位置的起点位置是.vcxproj,也根据项目需要自己改位置
附:相对路径转绝对路径
参考:https://blog.csdn.net/earbao/article/details/51941696
即利用
相关文章: