C ++ 11文件系统(VS2012) [英] C++11 filesystem (VS2012)

查看:172
本文介绍了C ++ 11文件系统(VS2012)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很难找到vs2012附带的标头上的任何文档。我看到有人在此处提到过,但他们不要提供有关如何使用它的链接。我真正要寻找的是有关如何使用它的文档,而Visual Studio实施是首选。谢谢

I am having a lot of trouble finding any documentation on the header included with vs2012. I see that it is mentioned here but they don't provide a link on how to use it. What I am really looking for is documentation for how to use it, with the visual studio implementation being preferred. Thanks

推荐答案

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

The <filesystem> header is not part of C++11; it is a proposal for C++ TR2 based on the Boost.Filesystem library. Visual C++ 2012 includes an implementation of the proposed library.

请参见用于< filesystem> 标头实现所基于的C ++ TR2提案(最新的TR2提案是 N3335 ,但我不知道发生了什么变化或Visual C ++ 2012实现是否包含任何最新更改)。

See the MSDN documentation for the <filesystem> header and the C++ TR2 proposal on which the implementation is based (the latest TR2 proposal is N3335 from January, but I don't know what has changed or whether the Visual C++ 2012 implementation includes any of the most recent changes).

这篇关于C ++ 11文件系统(VS2012)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆