Skip to content

Commit 433c15d

Browse files
committed
draft support update
1 parent 6f79b9d commit 433c15d

File tree

4 files changed

+54
-4
lines changed

4 files changed

+54
-4
lines changed

docs/overview/supported-platforms-visual-cpp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: Supported Platforms (Visual C++)"
33
title: "Supported Platforms (Visual C++)"
4-
ms.date: 11/09/2021
4+
ms.date: 10/09/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "tools"
77
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
@@ -16,7 +16,7 @@ Apps built by using Visual Studio can be targeted to various platforms.
1616
|--|--|--|--|--|
1717
| Windows XP <sup>b</sup> | X | X | | |
1818
| Windows Vista | X | X | | |
19-
| Windows 7 | X | X | | |
19+
| Windows 7 | X<sup>e</sup> | X<sup>e</sup> | | |
2020
| Windows 8 | X | X | X | |
2121
| Windows 8.1 | X | X | X | |
2222
| Windows 10 | X | X | X | X |
@@ -39,6 +39,8 @@ Apps built by using Visual Studio can be targeted to various platforms.
3939

4040
<sup>d</sup> You can install the **Linux development with C++** workload in the installer for Visual Studio 2017 and later to target Linux platforms. For instructions, see [Download, install, and setup the Linux Workload](../linux/download-install-and-setup-the-linux-development-workload.md). This toolset compiles your executable on the target machine, so you can build for any supported architecture.
4141

42+
<sup>e</sup> Visual Studio 2026 18.0 and later no longer support targeting Windows 7 and Windows Server 2008 R2, which have stopped receiving security updates.
43+
4244
For information about how to set the target platform configuration, see [How to: Configure Visual C++ projects to target 64-bit, x64 platforms](../build/how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md).
4345

4446
## See also

docs/overview/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ items:
66
href: ../overview/visual-cpp-in-visual-studio.md
77
- name: Overview of C++ development in Visual Studio
88
href: ../overview/overview-of-cpp-development.md
9-
- name: What's new for C++ in Visual Studio 2022
9+
- name: What's new for MSVC
10+
href: ../overview/what-s-new-for-msvc.md
11+
- name: What's new for C++ in Visual Studio
1012
href: ../overview/what-s-new-for-visual-cpp-in-visual-studio.md
1113
- name: What's new for C++ in Visual Studio 2019
1214
href: ../overview/what-s-new-for-cpp-2019.md
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "What's new for MSVC"
3+
description: "The new features and fixes in the Microsoft C/C++ compiler and tools (MSVC)."
4+
ms.date: 10/09/2025
5+
ms.service: "visual-cpp"
6+
ms.subservice: "compiler"
7+
ms.custom: intro-whats-new
8+
---
9+
10+
# What's new for MSVC
11+
12+
Microsoft C++ (MSVC) brings many updates and fixes to the Microsoft C++ compiler and tools.
13+
14+
- For more information on what's new in all of Visual Studio, see [What's new in Visual Studio 2022](/visualstudio/ide/whats-new-visual-studio-2022).
15+
- For information about version build dates, see [Visual Studio 2022 Release History](/visualstudio/releases/2022/release-history).
16+
17+
## What's new for MSVC version x.y
18+
19+
*Released November 2025*
20+
21+
| For more information about | See |
22+
|---|---|
23+
| What's new for C++ developers | [What's New for C++ Developers in Visual Studio 2022 17.14](https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-14/) |
24+
| Standard Library (STL) merged C++26 and C++23 features, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs | [STL Changelog 17.14](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1714) |
25+
| C++ language updates | [C++ Language Updates in MSVC in Visual Studio 2022 17.14](https://devblogs.microsoft.com/cppblog/c-language-updates-in-msvc-in-visual-studio-2022-17-14/) |
26+
| C++ language conformance improvements | [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.14](cpp-conformance-improvements.md#improvements_1714) |
27+
28+
A quick highlight of some of the new features:
29+
30+
TBD
31+
32+
## Feedback and suggestions
33+
34+
We'd love to hear from you! You can [Report a Problem or Suggest a Feature](/visualstudio/ide/how-to-report-a-problem-with-visual-studio) by using the Send Feedback icon in the upper right-hand corner of either the installer or the Visual Studio IDE, or from **Help** > **Send Feedback**. You can track your issues by using [Visual Studio Developer Community](https://developercommunity.visualstudio.com/), where you add comments or find solutions. You can also get free installation help through our [Live Chat support](https://visualstudio.microsoft.com/vs/support/#talktous).
35+
36+
## Blogs
37+
38+
Take advantage of the insights and recommendations available in the [Microsoft Developer Blogs](https://devblogs.microsoft.com/) site to stay up to date on all new releases. The blogs include deep dive posts on a broad range of features. The [C++ Team Blog](https://devblogs.microsoft.com/cppblog) and the [Visual Studio Blog](https://devblogs.microsoft.com/visualstudio) are of particular interest.

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
---
22
title: "What's new for C++ in Visual Studio"
33
description: "The new features and fixes in the Microsoft C/C++ compiler and tools in Visual Studio."
4-
ms.date: 05/13/2025
4+
ms.date: 10/09/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "ide"
77
ms.custom: intro-whats-new
88
ai-usage: ai-assisted
99
---
1010

11+
# What's new for C++ in Visual Studio
12+
13+
MSVC now ships on it's own cadence, independent of Visual Studio. For the latest updates to MSVC, see [What's new for MSVC](/cpp/overview/what-s-new-for-msvc.md).
14+
15+
# What's new for C++ in Visual Studio 2026
16+
17+
VS 2026 18.0 and later no longer support targeting Windows 7 and Windows Server 2008 R2, which have stopped receiving security updates.
18+
1119
# What's new for C++ in Visual Studio 2022
1220

1321
Visual Studio 2022 brings many updates and fixes to the Microsoft C++ compiler and tools. The Visual Studio IDE also offers significant improvements in performance and productivity, and now runs natively as a 64-bit application.

0 commit comments

Comments
 (0)