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

后端 未结 14 1787
误落风尘
误落风尘 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.

    0 讨论(0)
  • 2020-12-16 01:52

    Though I no longer have concrete details, I'll just throw in that when we upgraded at work, the new compiler found quite a few errors that VC 6 let slip through quietly. Improved product robustness just from the upgrade.

    0 讨论(0)
提交回复
热议问题