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

From https://github.com/Embarcadero/Dev-Cpp/releases, and download Embarcadero_Dev-Cpp_6.2_TDM-GCC_9.2_Setup.zip. Then I installed it successfully on my Windows-10 Education, 32-bit Operating system, x64-based processor. Then I test it with a very simple Cpp code to...

question

in bloodshed Dev-cpp(ver 5.11) the struct will code completion end with ';' like this: ``` struct foo{ }; ``` but in the Embarcadero Dev-cpp(ver 6.2) the struct not end with...

![image](https://user-images.githubusercontent.com/42770385/132115618-aebdef95-df42-43fa-a741-2ba924466a9b.png) As you can see, y is in bracket closure, an inner scope. If I access y outside of the scope, this should get Compile Error.

![image](https://user-images.githubusercontent.com/42770385/132115682-f58912da-a184-4559-b5f2-78b2d4b307d4.png)

Can Dev-c complete(auto) code?

Sample code: #include #include using namespace std; int main() { string s; s.| return 0; } After the dot, there is no window for selecting methods and properties for string...

I noticed this error last year when I wanted to connect the new 9.2 compiler to Dev-C++ 5.11. The very place of the error in the line is shown incorrectly,...

the words in project manager is black,when you choose the 'glossy' (appearance) and debugging, they won't turn white. and you can see nothing. ![QQ浏览器截图20210807125624](https://user-images.githubusercontent.com/88471605/128588464-c660f4c9-1a5a-4810-856a-fd88114eedc0.jpg)

The graphics card manufacturer has an optimization scheme. The following variables are exported from the program, and the compiled program will be executed with an independent graphics card. For the...