如何在 Dev C++ 中启用 C++11 或 C++14 IDE

how to enable C++11 or C++14 in Dev C++ IDE

我试图在 Dev C++ 上编译它 IDE,但它显示了这个错误:

error This file requires compiler and library support for the

  ISO C-+ 2011 standard. This support is currently experi Ical, and it be emblem with the -stdest or -stdagno 11 compiler options

在 DevC++ 中遵循这些步骤。

转到工具 -> 编译器选项... -> 设置 -> 代码生成

语言标准(std)中,选择-> ISO C++11

更多https://www.geeksforgeeks.org/how-to-fix-auto-keyword-error-in-dev-cpp/

表单 softwaretestinghelp Q #2) Does Dev C++ support C++11?

  • 为此,请单击 Dev-C++ IDE 中的 工具
  • 下一步点击编译器选项
  • 在此点击“设置”选项卡。
  • 在设置选项卡中,我们可以看到“代码生成”选项卡。
  • 单击“语言标准 (-std)”值并将其设置为“ISOC++11”或“GNUC++11” 根据您的要求。

下面的屏幕截图将有助于实际更改选项。