How to “activate” c++11 standard in visual studio 2010?

后端 未结 4 1661
走了就别回头了
走了就别回头了 2021-01-12 01:47

I am new to c++ programming and I need to use the Thread class in my VS 2010 project. I\'ve found this reference, but when I try the following:

#include <         


        
4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-12 02:35

    C++11 is enabled by default, but there is not many features implemented in VS 2010. C++11 standard library is missing many headers in VS 2010. Here is a comparison of a last few VS releases regarding the C++11 support.

提交回复
热议问题