Okay, first of all, that's an IDE, not a compiler. The compiler is the command line program that actually compiles the code into a binary. The IDE is the program that provides facilities for code editing and project management, and invokes the compiler.
Dev-C++ is a horrible IDE. It's buggy, crashy, doesn't format code properly, and it's not even being developed anymore. Code::Blocks is much better and has the same capabilities (even allows you to import devpaks). And like Dev-C++, you can get Code::Blocks bundled with the MinGW compiler.