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.