Is it time to say goodbye to VC6 compiler?

前端 未结 12 863
失恋的感觉
失恋的感觉 2021-02-06 11:32

Of late I\'m facing the issues that points finger to VC6 compiler.

Few of them are:

  1. A function-try-block doesn\'t work. Related Q
  2. in-class constan
12条回答
  •  渐次进展
    2021-02-06 12:29

    The no-brainer answer is yes, and ASAP. You have free alternatives like VC++ express and Code::Blocks, if the cost as in issue. The pain in solving compatibility issues is IMO no reason not to upgrade because you will have to do it some day anyway and it only gets harder.

    The only reason I see for a possible obstacle is if you have MFC code that will be difficult/time consuming to port. In that case you can't use VC++ express (no support for MFC) and you have to make the investment for at least the VS std. edition. That will cost you about EUR 300 (depending on where you live).

提交回复
热议问题