+ 10
Why my dev C++ always have the same output in every program?
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.
+ 8
~ swim ~
Hatsy Rei
Thanks~ :)
+ 1
If it does so, try to choose Rebuild All instead of Compile and Run
0
I facing same issue also tried rebuild but it didn't work please somone help...
0
i just fixed it
just save the file in different location