Compile Error In Dev C++

Hi again everyone, Im running into big trouble with my compiler Dev-C, every time i compile any project, whether it is 1 im working on, or a completely.

  • Dec 11, 2013  To compile a c program using dev c Cos. HOW TO SOLVE SOURCE FILE NOT COMPLETED ERROR IN DEV C VERY EASY. How To Compile & Run First C C Program Using Dev -C Editor.
  • C functions are by default overloaded, and the compiler assigns a new name to each function. If you wish to override the compiler's assigning a new name by declaring the function extern 'C', you can do this for only one of a set of functions with the same name.

Dev C++ Won't Compile

Compile

Build Error In Dev C++

Hi, I believe those that followed my previous questions knows that I'm using Dev C++ as my IDE and the default compiler that comes with it, TDM GCC 4.9.2. However, this does not support the later version of C++.
I saw on this link: https://sourceforge.net/p/orwelldevcpp/forums/general/thread/1e29f28c/
This person downloads Dev C++ without compiler and later installs a different version of compiler, and he successfully uses it. I followed the steps and tried to install MingW GCC 9.2.0, and Dev C++ does indeed show MingW GCC 9.2.0 as its compiler, but when I tried to use a function from later version of C++ (iota and shuffle), I got an error telling I'm required to add -std=C++11 flag, however mentioning it's currently experimental. Is the problem caused by Dev C++ not being able to support a later version of compiler, or is it me that did the installation wrongly?
So I was wondering if anyone tried to install a later version of compiler for Dev C++, and if yes, how? Thanks for taking your time!