C ++ 11文件系统(VS2012)

时间:2012-08-28 00:33:35

标签: c++ visual-c++ c++11 visual-c++-2012 c++-tr2

我在找到vs2012所包含的标题上的任何文档时遇到了很多麻烦。我看到它被提及here,但它们没有提供如何使用它的链接。我真正想要的是如何使用它的文档,首选visual studio实现。感谢

1 个答案:

答案 0 :(得分:21)

<filesystem>标头不是C ++ 11的一部分;它是基于Boost.Filesystem库的C ++ TR2提案。 Visual C ++ 2012包含了所提议库的实现。

从1月开始,请参阅the MSDN documentation for the <filesystem> headerthe C++ TR2 proposal on which the implementation is based(最新的TR2提案为N3335,但我不知道发生了什么变化,或者Visual C ++ 2012实施是否包含任何内容最近的变化)。