What are some convincing arguments to upgrade from Visual Studio 6?

后端 未结 14 1822
误落风尘
误落风尘 2020-12-16 01:19

I have a client who is still using Visual Studio 6 for building production systems. They write multi-threaded systems that use STL and run on mutli-processor machines.

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-16 01:48

    If they use the STL, they may be interested in the recently-released feature pack, which includes an implementation of TR1.

提交回复
热议问题