怎么使用#include
如何使用#include <thread>
把公司的代码换个环境出现
#include <thread>这行出现
fatal error C1083: 无法打开包括文件:“thread”: No such file or directory
这好像是c++11新特性,请问如何在vs2010中使用这种新特性?
------解决方案--------------------
http://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspx
------解决方案--------------------
2012支持都不完全,更不用说2010了,也就2013支持比较完整一点
把公司的代码换个环境出现
#include <thread>这行出现
fatal error C1083: 无法打开包括文件:“thread”: No such file or directory
这好像是c++11新特性,请问如何在vs2010中使用这种新特性?
------解决方案--------------------
http://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspx
------解决方案--------------------
2012支持都不完全,更不用说2010了,也就2013支持比较完整一点