C++11 on DevC++ 5.11

How can I use the latest version of GCC compiler and enabled C++11 on DevC++ 5.11?

I've tried it by following the steps:
1. Compiler options.
2. Insert "-std=c++11" on the general tab.

It works fine. But the GCC version of the default IDE is TDM-GCC 4.92 32-bit Release. I have had an updated version of TDM-GCC 5.1.0. How can I use the 5.1.0 version?

Plus, do i have to do an additional changes in the compiler options,say, pop up menu and under settings tab -> Language standard (-std)?
Last edited on
Topic archived. No new replies allowed.