How hard would it be to use GCC instead of VC++ from within Visual Studio 2008? Obviously, some of the keywords won\'t match, and some may not get syntax highlighting (unles
See the thread "Use a gcc port to build programs with Visual Studio" in MSDN's forums for similar discussion.
You can use makefiles and also use WinGDB for better integration (including debugging)