<array> header not working

Whenever I try and use the <array> header, it opens a new source file which I guess is how to use all the functions in the header. I use dev-c++, and I'm assuming it's a compiler error. I'm sure that it supports C++11, so I'm not sure what's wrong.
Dev-C++ does not support the latest version of C++ anymore.

There's a different version of dev-C++ that does support c++ 11, though.

http://en.wikipedia.org/wiki/Dev-C%2B%2B

Joe
sparkprogrammer@gmail.com
Did you turn on C++11 mode?
If so, show how do you use it.
No, you can't turn on C++ 11 mode. The compiler has to support it.

You have to download this version:
http://orwelldevcpp.blogspot.ca/
...but you do have to turn it on in your Dev-C++ IDE, even if you download one that has a sufficiently recent version of GCC.
Topic archived. No new replies allowed.