Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 Boost 并#include <boost/initial_path.hpp>在我的源代码中有代码,但它仍然显示“没有这样的文件或目录”。我以前从未包含过外部库,我该怎么做?
#include <boost/initial_path.hpp>
为什么这个问题 claim initial_path()被弃用了?
claim initial_path()
添加到您的命令行:
-Ic:/your_boost_directory
或查看如何在文档中为您的编译器指定包含路径。