Skip to content

Commit 00f2128

Browse files
authored
Merge pull request MicrosoftDocs#3783 from corob-msft/docs/corob/redist-followup-2
Fix for missing Redist content in PR #3780
2 parents 9682b75 + 288ffd5 commit 00f2128

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
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

1221
> [!NOTE]
1322
> This developer documentation applies to Visual Studio 2019. 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.
1423
>
15-
> If you're looking for a Microsoft Visual C++ Redistributable package so that you can run a program, see the
24+
> 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).
1625
1726
:::moniker-end
1827

@@ -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)