Why my dev C++ always have the same output in every program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Why my dev C++ always have the same output in every program?

25th Aug 2019, 11:11 AM
Tim Ou
Tim Ou - avatar
5 Answers
+ 6
I remember using DevC++ during my early days in programming. I've never experienced it first-handedly, but I've seen it do something similar. You compile and run your code but it appears to run an older version of it or worse, an entirely unrelated binary. I would suggest restarting the IDE, start a new project and copy the code from your existing project over to the new project for a fresh start. A long term solution would be to just get a better IDE.
25th Aug 2019, 11:17 AM
Hatsy Rei
Hatsy Rei - avatar
+ 8
~ swim ~ Hatsy Rei Thanks~ :)
25th Aug 2019, 11:30 AM
Tim Ou
Tim Ou - avatar
+ 1
If it does so, try to choose Rebuild All instead of Compile and Run
18th Apr 2020, 1:38 PM
Harshit Sharma
Harshit Sharma - avatar
0
I facing same issue also tried rebuild but it didn't work please somone help...
9th Oct 2020, 8:03 PM
Niranjan Chaudhari
Niranjan Chaudhari - avatar
0
i just fixed it just save the file in different location
30th Apr 2023, 1:22 AM
Z9XRO
Z9XRO - avatar