Skip to content

Commit 288ffd5

Browse files
author
3836425+corob-msft@users.noreply.github.com
committed
Add VS 2022, harmonize content
1 parent bc8cf28 commit 288ffd5

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docs/overview/visual-cpp-in-visual-studio.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
---
2-
title: "C++ in Visual Studio"
2+
title: "C and C++ in Visual Studio"
33
description: "Learn how to use the Microsoft C/C++ compiler, code editor, and related tools in Visual Studio to develop programs for Windows, Linux, Android and iOS."
4-
ms.date: 06/22/2021
4+
ms.date: 09/20/2021
55
ms.technology: "cpp-ide"
66
helpviewer_keywords: ["Visual C++, home page"]
77
---
8-
# C++ in Visual Studio
8+
# C and C++ in Visual Studio
9+
10+
:::moniker range="msvc-170"
11+
12+
> [!NOTE]
13+
> This developer documentation applies to Visual Studio 2022. To see the documentation for your preferred version of Visual Studio, use the **Version** selector control. It's found at the top of the table of contents on this page.
14+
>
15+
> If you're looking for a Microsoft Visual C++ Redistributable package so that you can run a program, see the [latest supported Visual C++ downloads](../windows/latest-supported-vc-redist.md).
16+
17+
:::moniker-end
918

1019
:::moniker range="msvc-160"
1120

@@ -21,7 +30,7 @@ helpviewer_keywords: ["Visual C++, home page"]
2130
> [!NOTE]
2231
> This developer documentation applies to Visual Studio 2017. To see the documentation for your preferred version of Visual Studio, use the **Version** selector control. It's found at the top of the table of contents on this page.
2332
>
24-
> If you're looking for a Microsoft Visual C++ 2017 or older redistributable package so that you can run a program, go to the Microsoft Visual Studio site's [Older downloads](https://visualstudio.microsoft.com/vs/older-downloads/) page. Expand the **Other Tools, Frameworks, and Redistributables** section. Find the redistributable version you want to download, select your target architecture, then choose the **Download** button.
33+
> If you're looking for a Microsoft Visual C++ Redistributable package so that you can run a program, see the [latest supported Visual C++ downloads](../windows/latest-supported-vc-redist.md).
2534
2635
:::moniker-end
2736

@@ -30,7 +39,7 @@ helpviewer_keywords: ["Visual C++, home page"]
3039
> [!NOTE]
3140
> This developer documentation applies to Visual Studio 2015. To see the documentation for your preferred version of Visual Studio, use the **Version** selector control. It's found at the top of the table of contents on this page.
3241
>
33-
> If you're looking for a Microsoft Visual C++ 2015 or older redistributable package so that you can run a program, go to the Microsoft Visual Studio site's [Older downloads](https://visualstudio.microsoft.com/vs/older-downloads/) page. Expand the **Other Tools, Frameworks, and Redistributables** section. Find the redistributable version you want to download, select your target architecture, then choose the **Download** button.
42+
> If you're looking for a Microsoft Visual C++ Redistributable package so that you can run a program, see the [latest supported Visual C++ downloads](../windows/latest-supported-vc-redist.md).
3443
3544
:::moniker-end
3645

0 commit comments

Comments
 (0)