Compiler Error

My compiler does not update with my edits in the codes in C++..

It still displays output from previous edits.

I'm using Dev-Cpp 5.7.1 MinGW 4.8.1

on Windows 7 Home Premium 64 Bit..

Any suggestions to update the output exe?

Thanks guys
Well, for one, stop using Dev-Cpp. It hasn't been updated since 2005.

And two... well, that's probably why it isn't working, actually.
Any "up-to-date" compiler that works like Dev C++?
Last edited on
Any "up-to-date" compiler that works like Dev C++?
Dec C++ uses MinGW internally, so any non-Visual Studio IDE for Windows usually uses it too.

Try Code::Blocks. Also you can try Eclipse (requires configuration)
Downloading Code::Blocks.

and

wxDevCPP

Will try both, with MS Visual C++..

Thanks to your reply guys. :)
This is an old thread, I know, but I'd like to slip something in here.

While a few years ago, Ispil's response would have been correct, jemeripol is using Orwell Dev-C++, which continues Bloodshed Dev-C++ and actually is up to date.

I would still recommend Code::Blocks over Dev-C++.

-Albatross
@Albatross,

Yes, I am using Code::Blocks now. And I can say that it works better than my previous Dev's.
Thanks for the reply though. :)
Topic archived. No new replies allowed.