c++ - Unrecognized command line option -std=c++11 or -std=c++0x -
i'm using dev-c++. when i'm trying compile -std=c++11
or -std=c++0x
i'm getting error:
unrecognised command line option
why? , how can solve it?
dev-c++ outdated ide. wasn't developed since 2005.
the reason why error message though compiler - that's gcc version age well, of course didn't know c++11 (or c++0x) @ all.
try switch code::blocks or newest remake of dev-c++, orwell dev-c++.
Comments
Post a Comment