Dev-Cpp
Dev-Cpp copied to clipboard
A fast, portable, simple, and free C/C++ IDE
#include #define DIM 4 #include #include #include void cadastra_nome(char nomes[][40]){ int i = 0; do{ printf("digite o nome do aluno:"); scanf("%s", nomes[i]); i++; system("cls"); }while(i
My compiler isn't compiling whenever i want to get input from the user (cin) but it does when i want to display output (cout). If i write the program the...
If I compile a hello world program with Dev-C++, the exe file is very heavy. A hello world program in Release mode had 3133720 Bytes in size, a hello world...

When I click > `Tools` > `Package Manager`, an error pops up, it is not clear if this error affects the usage for now. **My DevC++ version is 6.3, my...
Whenever I'm writing in the editor, some text disappears and it drives me crazy because then I get errors when I attempt to correct the issue. I've tried changing fonts,...
As the title says, my setting was set with ansi when create a new file, but I open it with other editor, it shows utf-8. The Setting doesn't work.

No mapping for the Unicode character exists in the target multi-byte code page Address : 0x0014206D
I'm trying to open some C++ source files from a programming textbook companion CD, but DevC++ throws me this message:  It seems there's not support for characters in...
Error info ---------- Version : 6.3 Build Time : Январь 31 2021 - 04:00 Message : Division by zero Address : 0x00430B5F Machine info ------------ Platform : Windows NT OS...