GCC with Visual Studio?
问题 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 (unless you made a new language service). Is this what a 'makefile project' is for, pretty much? 回答1: There is no GCC plugin for Visual Studio as the one for example for Intel C++, which allows Intel's compiler to be used as a drop-in replacement for Visual C++. You can use Makefile projects which allows you to use any external