I was just wondering how the population of cprogramming.com handles their programming. Do most users use a compiler that comes with an integrated IDE (Visual Studio style), or a compiler with a replacement IDE, or something more unique?

For example on the "unique" bit, I use a program called Crimson Editor to program. It's small, lightweight, and has very nice C++ syntax hilighting. Then I have configured it to (on Ctrl+F5) compile, and on Ctrl+F6 run the newly compiled program.

Does anyone else use a setup like that, or...?