|
| 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. |
0 commit comments