支持 C++ 20、19.28 或 16.9 的最新 MSVC 是什么?

What is the latest MSVC that support C++ 20, 19.28 or 16.9?

如果我想开发 c++ 20(在 windows 中),我看到 MSVC 支持比其他编译器更好。我在 cppreference.com. But when I searched what is the latest Visual C++ version, I found that 16.9 is the latest version. But in cppreference.com 中发现它说 19.28 是最新版本。那么,最新的 MSVC 版本是多少?

有点复杂...
截至目前,Visual Studio 的最新版本是 16.9.5。如果你下载它,你将拥有 MSVC 版本 14.29,并且宏 _MSC_VER 将被定义为 1929。幸运的是,您在开始时不必在大多数情况下跟踪这些。只需安装 Visual Studio 即可开始。