Download Latest Version Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe (58.7 MB)
Email in envelope

Get an email when there's a new version of Red Panda Dev-C++

Home / Dev-CPP 2020
Name Modified Size InfoDownloads / Week
Parent folder
6-beta2 2020-10-17
6-beta1 2020-10-13
5.13-beta5 2020-10-11
5.13-beta4 2020-10-10
5.13-beta3 2020-10-08
5.13-beta2 2020-10-04
Totals: 6 Items   2

Dev-C++ 2020

A fork of Orwell Dev-C++ (https://sourceforge.net/p/orwelldevcpp)

Orwell Dev-C++ has stopped update since 2016, So I forked it. It's intended to be used for eductional purposes.

HighLights of News:

  • Greatly improved "Auto symbol completion" function. Autoskip matched )/}/]/"/', never need to delete it or skip it manually. This makes code input much fluent.
  • Fix auto-indent; When } is inputted, its line will intend to the same as the matching {.
  • Greatly improved "Auto Code Completion":
  • Fixed header parsing error. Can correctly show type hints for std::string, for example.
  • Auto code suggestion while typing.
  • In editor option dialog, user can choose to use Alt+/ instead of Ctrl+Space to call Code Completion Action. (In chinese systems, Ctrl-Space is used for switching input methods). And if there is only one code suggestion candidate, it is auto used and the suggestion form will not be displayed. This will speed the input.
  • Suggestion form can capture TAB keypress event now.
  • Debugger Improve:
  • breakpoints on condition
  • Redesigned Debugger panel, add Call Stack / Breakpoints sheet
  • Debug Output window can hide all annotions of the output. This makes it much better to look, and we can use it just like using a gdb console.
  • If no breakpoint is set, the debugged program will pause at the entrance of main().
  • GDB 9.2 and GCC 9.2
  • User can open/edit/save/compile UTF-8 encoding files.
  • rename symbol
  • -Wall -Wextra -Werror is setted by default in the Debug profile, to help beginners learn good coding habits.
  • redirect STDIN to a data file while running or debuging ( to easy debug / need a patched gdb )
  • xege(graphics.h) and libturtle integration

And dozens of fixes and changes, see News.txt

Source: README.md, updated 2020-10-25