Bloodshed website:
or
download it from here:
Once you've set up a typical installation, don't forget to rename C:\MinGW (tip: Why is my compiler just not working? ), if you've had a previous MinGW installation on your computer. Or else, you'd get an error during compilation. In my case, I changed the name to C:\MinGW_ext and that solved the problem.
Extra note:
Now, I was doing this because I needed to work with OpenGL and glut (Setup instructions here: OpenGL with Dev C++) and my lecturer preferred Dev C++. I though all was well, but it turns out that all was not well when I encounter another problem with glut.h. I tried to compile a code without an #include <iostream> and got an error. So to fix that, make sure you include <iostream>. (Tip: Glut in Dev C++ error “redeclaration of C++ built-in type `short'”.)
Regards,
HAJAR.