随笔分类 -  编程_C&C++

摘要:静默安装 Microsoft Visual C++ 运行库 举个例子: VC_redist.x64.exe /install /quiet 附加各版本下载路径:https://support.microsoft.com/en-us/help/2977003/the-latest-supported- 阅读全文
posted @ 2020-05-30 13:54 ibingshan 阅读(1809) 评论(0) 推荐(0)
摘要:MSC VS 版本对应 msc是微软的C编译器,安装对应的VS版本会带有,两者版本对应如下: MS VC++ 14.0 _MSC_VER = 1900 (Visual Studio 2015) MS VC++ 12.0 _MSC_VER = 1800 (VisualStudio 2013) MS V 阅读全文
posted @ 2019-01-31 17:52 ibingshan 阅读(1677) 评论(0) 推荐(0)