You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/overview/visual-cpp-in-visual-studio.md
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,27 @@
1
1
---
2
-
title: "C++ in Visual Studio"
2
+
title: "C and C++ in Visual Studio"
3
3
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
5
5
ms.technology: "cpp-ide"
6
6
helpviewer_keywords: ["Visual C++, home page"]
7
7
---
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
9
18
10
19
:::moniker range="msvc-160"
11
20
12
21
> [!NOTE]
13
22
> 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.
14
23
>
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).
16
25
17
26
:::moniker-end
18
27
@@ -21,7 +30,7 @@ helpviewer_keywords: ["Visual C++, home page"]
21
30
> [!NOTE]
22
31
> 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.
23
32
>
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).
25
34
26
35
:::moniker-end
27
36
@@ -30,7 +39,7 @@ helpviewer_keywords: ["Visual C++, home page"]
30
39
> [!NOTE]
31
40
> 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.
32
41
>
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).
0 commit comments