美文网首页
filesystem

filesystem

作者: yuerxiaoshui | 来源:发表于2020-08-18 10:23 被阅读0次
    • 错误 C2039 “filesystem”: 不是“std”的成员
      解决方法:
    # inlcude <filesystem>
    using namespace std::experimental::filesystem;
    
    • undefined reference to `std::experimental::filesystem::v1::
    g++ -o test test.cpp auxiliary.cpp auxiliary.h -lstdc++fs `pkg-config opencv --cflags --libs`
    

    相关文章

      网友评论

          本文标题:filesystem

          本文链接:https://www.haomeiwen.com/subject/hwccjktx.html