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

后端 未结 14 1823
误落风尘
误落风尘 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:38

    The VS 2008 version of the STL compiles with /clr, so if they're interested in transitioning to the managed world, they don't have to lose all their old code.

提交回复
热议问题