是否有Metro应用程序支持的标准C ++库头列表? [英] Is there a list of standard C++ library headers supported for Metro apps?

查看:70
本文介绍了是否有Metro应用程序支持的标准C ++库头列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我找到了C运行时库的以下列表:
http://msdn.microsoft.com/en-us/library/hh674596(v=vs.110).aspx


但是找不到关于标准C ++库的任何内容。


我假设< thread>出去了。怎么样< filesystem>? < future>?

解决方案

 

Hello,


 


有关于本机支持的C ++ 11功能的文档C ++


http://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspx


 


但在metro中,访问文件系统和并发编程的方式与以前不同。


 


我建议你在地铁中使用这些命名空间。


Wind ows.Storage名称空间


http://msdn.microsoft.com/en-us /library/windows/apps/windows.storage.aspx


和并发命名空间


http://msdn.microsoft.com/en-us/library/dd492819.aspx


 


最好的问候,


杰西


I found the following list for the C runtime library: http://msdn.microsoft.com/en-us/library/hh674596(v=vs.110).aspx

But can't find anything regarding the standard C++ library.

I assume <thread> is out. How about <filesystem>? <future>?

解决方案

 

Hello,

 

There is document about C++ 11 features supported in native C++

http://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspx

 

But in metro, the way of accessing file system and concurrency programming is different than before.

 

I would suggest you to use these namespace in metro.

Windows.Storage namespace

http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.aspx

And Concurrency Namespace

http://msdn.microsoft.com/en-us/library/dd492819.aspx

 

Best regards,

Jesse


这篇关于是否有Metro应用程序支持的标准C ++库头列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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