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

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

    One of the biggest reasons for me to upgrade was the standard compliant C++ compiler ( although still not 100% ), so I could leverage more C++ features in my projects and not worry about strange hacks and workarounds that can lead to hard to find bugs.

提交回复
热议问题