跳至主要內容

解决Dev C++编译或运行报错 Source file not compiled

程序员诚哥小于 1 分钟C++编辑器IDE

最近在研究青少年编程,用到DevC++,写了个程序点击编译并运行后,我得到了一个错误消息:Source file not compiled。网上查了一下:原因是bloodshed Dev C++与Windows10或者11不兼容所以才会报:Source file not compiled。

解决办法:使用Embarcadero Dev-CPP,它是bloodshed Dev C++的一个移植版本,支持windows10和Windows11.
Embarcadero Dev-CPP下载地址:https://www.embarcadero.com/free-tools/dev-cppopen in new windowhttps://github.com/Embarcadero/Dev-Cpp/releasesopen in new window
github地址:https://github.com/Embarcadero/Dev-Cppopen in new window

上次编辑于:
贡献者: zccbbg