

The only issue is there's no direct support for new features in the editor or UI components for C11 switches in the IDE's configuration. The compiler can be changed to point to a newer version of MinGW. Well, the answer to your problem (but not to your question) is to change your IDE. Check the checkbox named 'Add following commands when calling the compiler', write this statement -std=c11, and then press OK. For this you have to follow four simple steps: Go to Tools Tab.

As an example, try: File - New - Source File (or Ctrl+N ). To compile and run simple console applications such as those used as examples in these tutorials it is enough with opening the file with Dev-C and hit F11.
