visual-studio-2008visual-c++-6

Using new MS C++ compiler with old Visual Studio


I want to use a recent MS C++ compiler (I need TR1) with old IDE (Visual C 6.0). I heard that I can download free command line MS C++ compiler only. Is it possible? Can I use new compiler with old IDE? If so what additional problems may arise?

I want to keep VS6 cause I'm familiar with it. I want to use MS implementation of TR1 cause I expect it to be faster than Boost.


Solution

  • You can actually download a free version of the new IDE, the Express Edition. It has a few limitations compared to the non-free versions (e.g. no plugin support) but for most applications it's still vastly superior to VS6.