Marvin's Blog【程式人生】
Ability will never catch up with the demand for it
Home
Tags
Categories
Topics
M s v c
14
Nov 2020
MSVC中的C++ Module
C++ Module区别于头文件的地方在于它可以对导入和到处的符号集合进行更好的控制。Visual Studio 16.8是刚发布的版本,在这个版本中,MSVC对C++ Module支持说是Feature Complete了。但是还是有一些小bug(例如what is is …
20
Oct 2020
UWP如何兼容C++程序
本文是一下文档的阅读笔记: Microsoft C++ Porting and Upgrade Guide How to: Use existing C++ code in a Universal Windows Platform app 文中的很多内容跟C++/CX相 …
03
May 2020
编译PHP的Windows版本
记录在Windows上编译PHP的过程。 编译PHP,你需要几样工具: 编译PHP master需要使用Visual Studio 2019(PHP 7.4.5依然使用的是Visual Studio 2017) 微软提供的php-sdk-binary-tools PHP代 …