Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

A fast, portable, simple, and free C/C++ IDE

Results 175 Dev-Cpp issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://user-images.githubusercontent.com/56821870/142424086-0c95c0d4-d15b-4304-80a1-0b8c7b465566.png)

This is a bug that has been in previous versions of Dev C++ as well as the current one. When saving a file using "save as", and saving as a...

I've found a consistent way to replicate the bug reported in #129. It pretty much goes like this: Inserting brackets (normal or square ones), then inserting a new line under...

In Embaracadero Dev-C++ 6.3 and older Orwell or Bloodshed version, when we start debugging a program without breakpoints, it will run to the end of program or any statements waiting...

当使用中文注释时,只能显示光标所在行的中文,而其他地方的中文则被隐藏起来。(When you use Chinese comments, only the Chinese of the line where the cursor is located can be displayed, and the Chinese elsewhere are hidden.)

This software is one of the most fanstastic IDE i've ever used. But,in C++,because of encoding method,i cannot output Chinese. such as ``` #include int main{std::cout

Just noting as explanation : this https://quality.embarcadero.com/browse/RSP-35597 gave me the source of the problem (showing 35 methods instead of 339 in TMainForm). Use of inline var declarations kills the IDE...

Add option in editor settings to enable font ligatures and glyphs on currently selected line, and make it on by default. The current feature is contrary to other editors and...

There is a drop down box at the top that says TDM-GCC 9.2.0 64-Bit Release. Change it to TDM-GCC 9.2.0 32-Bit Release. _Originally posted by @FMXExpress in https://github.com/Embarcadero/Dev-Cpp/issues/83#issuecomment-728699231_ this didn't...