cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
<array> header not working
<array> header not working
Nov 15, 2014 at 6:05pm UTC
loopdydoo
(19)
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.
Nov 15, 2014 at 6:15pm UTC
Little Captain
(206)
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
Nov 15, 2014 at 6:16pm UTC
MiiNiPaa
(8886)
Did you turn on C++11 mode?
If so, show how do you use it.
Nov 17, 2014 at 5:59am UTC
Little Captain
(206)
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/
Nov 17, 2014 at 6:10am UTC
Duthomhas
(13206)
...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.