替换已弃用的 boost 文件系统initial_path
就像标题所说,我正在寻找一种方法来执行initial_path()。 正如您在这里看到的,没有替代品: http://www.boost.org/doc /libs/1_46_0/libs/filesystem/v3/doc/deprecated.html
Like the title says I'm in a search for a way to do to do the initial_path().
As you can see here there is no replacement:
http://www.boost.org/doc/libs/1_46_0/libs/filesystem/v3/doc/deprecated.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不自己用一些变量来记住它呢?为什么需要提升来解决这个问题?正如他们在文档中所说,这是由用户轻松处理的。
Why not just remember it yourself with some variable? Why do you need boost to take care of this? As they say in the docs, this is trivially taken care of by the user.
您是否正在寻找一种获取可执行文件的完整路径的方法?
阅读这个SO问题
我认为答案如下(感谢迈克)
Are you looking for a way to get full path to your executable ?
Read this SO question
I think the answer is as below (thanks to Mike)