宝塔服务器面板,一键全能部署及管理,送你10850元礼包,点我领取

序:

这个软件也是有相当历史了,可以追溯到win98时代,1998年就已经发布第一版本了,其中4.9.9.2版本是最经典的,网上镜像应该是最多的,这个版本才10M大小,后面版本都是他的子子孙孙。sourceforge下面有三个网址,依次更新。其中最新版本有github的仓库。

网址:

https://sourceforge.net/projects/dev-cpp/,Dev-C++ download | SourceForge.net  这个是最老的,2021年就停了
https://sourceforge.net/projects/orwelldevcpp/,  Dev-C++ download | SourceForge.net  这个是上一代的,2016年就停了
https://sourceforge.net/projects/embarcadero-devcpp/files/,Dev-C++ for Windows 10/8/7 download | SourceForge.net   这个是最新的,2020年才开始更新,项目名称改成了“Dev-C++ for Windows 10/8/7”,软件更新为:Embarcadero Dev-C++ ,Embarcadero 这个名字应该不陌生,他也是c++ builder的东家啊~看来devC++已经归属他的门下了。

Dev-C++ Overview – Free Tools – Embarcadero Website 这个是新的官网。

老牌C/C++ IDE——DEV C++有新的大版本了-风君子博客

 主要介绍:

上面的第一个网址下面,有下面的一段文字说明,主要包括它的历史和主要特性:

Dev-C++ is a full-featured Integrated Development Environment IDE) for Win32. It uses GCC, Mingw or Cygwin as compiler and libraries set. It supports Windows 98, NT, 2000 & XP.

This is the original Dev-C++ software as published by Colin Laplace and this repository is frozen to version 4.9.9.2.
For more recent versions of Dev-C++, please check the following forks:

– Embarcadero Dev-C++: https://sourceforge.net/projects/embarcadero-devcpp/ last update: March 2021)

– Orwell Dev-C++: https://sourceforge.net/projects/orwelldevcpp/ last update: 2016)

– wxDev-C++: http://wxdsgn.sourceforge.net/ last update: 2012)

Features
Extremely lightweight and portable C/C++ IDE for Windows systems
Supports GCC-based compilers Mingw, Cygwin, …)
Quickly create Windows GUI and console apps, static libraries and DLLs
Integrated Debugger
Class Browser
Code Completion
Function listing
Profiling support
Available in 30+ languages
Customizable code editor
Project Manager
Templates for creating your own project types
Makefile generation
Edit and compile Resource files
Tools Manager
Find and replace facilities
CVS support
And many more …

Embarcadero Dev-C++ 的英文介绍,
Embarcadero Dev-C++ is a new and improved fork sponsored by Embarcadero) of Bloodshed Dev-C++ and Orwell Dev-C++. It is a full-featured Integrated Development Environment IDE) and code editor for the C/C++ programming language. It uses Mingw port of GCC GNU Compiler Collection) as its compiler. Embarcadero Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler. Embarcadero Dev-C++ is built using the latest version of Embarcadero Delphi. Embarcadero Dev-C++ has a low memory footprint because it is a native Windows application and does not use Electron. Optimized for parallel compilation on modern multi-core machines.

大意如下:
是一个全新的,由Embarcadero赞助的c++开发IDE,集成MINGW(gcc)编译器,同时也可以绑定cygwin和其他基于gcc的编译器。软件使用Delphi开发,性能优越,是windows下的原生应用开发,因此并行编译和多线程编译都有得到发挥,因此,启动速度和编译速度应该是比较快的,至少比codeblocks快,更新频率也比codeblocks快。

大家可以去下载体验下,看看有啥新发现~~

========2021年6月20日 更新=================================

在oschina中看到了这个,很眼熟,点进去一看是中国人自己的维护的,中文名:小熊猫Dev-C++

官网地址:https://royqh.net/devcpp/

Red Panda Dev C++ C/C++ 集成开发环境

软件简介

Red Panda Dev C++ 是一个小巧的开源C/C++ 集成开发环境,基于 Dev-C++ 开发,非常适合于C/C++ 语言的初学者使用。

特点

优化改进代码补全提示功能

在输入回车时检查语法错误,并在错误处用波浪线标记
用户编辑界面增强和改进
重新设计并改进调试功能
改进结构浏览器
自动链接功能:可以根据用户代码中包含的头文件决定编译时链接哪些库文件
在运行和调试主控台程序时,可以用一个数据文件代替标准输入(键盘输入)。这样可以减少调试程序时反复输入数据的麻烦
集成EGE绘图库海龟作图库及其项目模板,以提升初学者的学习兴趣
支持打开、编辑和编译UTF-8编码的源代码文件。
增加 重构->符号重命名 功能。
GCC 9.2和GDB 9.2(Mingw.org版,兼容Windows XP。6.3-beta2版本开始改为mingw-w64 gcc 10.2)
兼容Windows XP/Windows 7/Windows 10
支持Windows 7/Windows 10高DPI(需要设置,参见使用说明

错误提示

老牌C/C++ IDE——DEV C++有新的大版本了-风君子博客

结构视图

老牌C/C++ IDE——DEV C++有新的大版本了-风君子博客

调试面板和调用栈

老牌C/C++ IDE——DEV C++有新的大版本了-风君子博客

代码自动完成提示

老牌C/C++ IDE——DEV C++有新的大版本了-风君子博客

欢迎扫描关注我的公众号,获取更多精彩内容。

老牌C/C++ IDE——DEV C++有新的大版本了-风君子博客