thread:no such file or directory whyyyy?

Jul 25, 2014 at 4:58pm
when ı write a code in c++ includes thread library it says "thread:no such file or directory"
Can someone tell me how can ı use thread library .
I think ı should download boost or c++11 but ı couldnt do it .
I need someone to tell me how to use them .
Jul 25, 2014 at 5:05pm

Seems to require C++11 support. What compiler are you using?
http://www.cplusplus.com/reference/thread/thread/

Jul 25, 2014 at 6:41pm
I am using Dev c++ compiler . how can ı download c++11
Jul 25, 2014 at 6:51pm
How do people still get stuck using Dev C++ when starting out? I can't seem to generate a Google search that produces Dev C++, without explicitly searching for it.

Anyways, OP go download VS2013 Express or the latest version of Code::Blocks.
Jul 25, 2014 at 7:22pm
Orwell DevC++ does support C++11.
Topic archived. No new replies allowed.