c++ - Visual Studio 2010: chrono header file missing -


i installed visual studio 2010 ultimate , wanted write simple program in c++. seems vs doesn't find header file "chrono". tought installing sp1 help, didn't. there other header files "thread" missing.

does know can these missing files?

vs2010 has partial c++11 support. need vs2012+.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -