老牌C/C++ IDE——DEV C++有新的大版本了


序:

這個軟件也是有相當歷史了,可以追溯到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 這個是新的官網。

 

 

 主要介紹:

上面的第一個網址下面,有下面的一段文字說明,主要包括它的歷史和主要特性:

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(需要設置,參見使用說明

 

錯誤提示

 

 

結構視圖

 

 

調試面板和調用棧

 

 

代碼自動完成提示

 

 

歡迎掃描關注我的公眾號,獲取更多精彩內容。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM