Finding version of Microsoft C++ compiler from command-line (for makefiles)

后端 未结 6 1147
孤城傲影
孤城傲影 2020-12-04 21:00

I must be missing something really obvious, but for some reason, the command-line version of the Microsoft C++ compiler (cl.exe) does not seem to support reporting just its

6条回答
  •  一向
    一向 (楼主)
    2020-12-04 22:00

    Have a look at C++11 Features (Modern C++)

    and section "Quick Reference Guide to Visual C++ Version Numbers" ...

提交回复
热议问题