I use Insight , which is the GUI for GDB in combination with mingw (gcc).
You can also use Code :: Blocks , which has an integrated debugger interface (I only tried it with gcc / gdb, but it should work with other compilers / debuggers).
If you do not mind that they are not Open Source (but simply free to use), you can look at " Pelles C " (for Windows and Windows Mobile) and " lcc-win32 " based on lcc .
Of course, Microsoft's already proposed Visual C ++ Express works fine on Windows.
Remo.D
source share