|
| 1 | +### YamlMime:Landing |
| 2 | + |
| 3 | +title: Visual Studio tutorials | C++ |
| 4 | +summary: Create C++ apps with Visual Studio. |
| 5 | + |
| 6 | +metadata: |
| 7 | + title: C++ development with Visual Studio |
| 8 | + description: Create C++ apps by using Visual Studio. |
| 9 | + ms.custom: vs-acquisition |
| 10 | + ms.topic: landing-page |
| 11 | + ms.date: 12/06/2021 |
| 12 | + author: corob-msft |
| 13 | + ms.author: corob |
| 14 | + manager: markl |
| 15 | + ms.prod: visual-cpp |
| 16 | + ms.technology: vs-acquisition |
| 17 | + dev_langs: |
| 18 | + - C++ |
| 19 | + |
| 20 | +# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new |
| 21 | + |
| 22 | +landingContent: |
| 23 | + # Card |
| 24 | + - title: Get started |
| 25 | + linkLists: |
| 26 | + - linkListType: how-to-guide |
| 27 | + links: |
| 28 | + - text: Install C++ support in Visual Studio |
| 29 | + url: ../build/vscpp-step-0-installation.md |
| 30 | + - linkListType: get-started |
| 31 | + links: |
| 32 | + - text: Start a guided tour of Visual Studio |
| 33 | + url: /visualstudio/get-started/visual-studio-ide |
| 34 | + - linkListType: quickstart |
| 35 | + links: |
| 36 | + - text: Create a "Hello World" console app |
| 37 | + url: ../build/vscpp-step-1-create.md |
| 38 | + - text: Build and run your "Hello World" console app |
| 39 | + url: ../build/vscpp-step-2-build.md |
| 40 | + - linkListType: tutorial |
| 41 | + links: |
| 42 | + - text: Learn about the Modern C++ language |
| 43 | + url: ../cpp/welcome-back-to-cpp-modern-cpp.md |
| 44 | + |
| 45 | + # Card |
| 46 | + - title: Create C and C++ apps in Visual Studio |
| 47 | + linkLists: |
| 48 | + - linkListType: tutorial |
| 49 | + links: |
| 50 | + - text: Create a console app |
| 51 | + url: tutorial-console-cpp.md |
| 52 | + - text: Create a Universal Windows Platform app |
| 53 | + url: /windows/uwp/cpp-and-winrt-apis/get-started |
| 54 | + - text: Create a Windows Desktop app |
| 55 | + url: /windows/desktop/learnwin32/learn-to-program-for-windows |
| 56 | + - text: Create a Windows Desktop app with MFC |
| 57 | + url: ../mfc/reference/creating-an-mfc-application.md |
| 58 | + - text: Create a Windows DLL |
| 59 | + url: ../build/walkthrough-creating-and-using-a-dynamic-link-library-cpp.md |
| 60 | + - text: Create a static library |
| 61 | + url: ../build/walkthrough-creating-and-using-a-static-library-cpp.md |
| 62 | + - text: Create a .NET component |
| 63 | + url: ../dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio.md |
| 64 | + - text: Create a DirectX game |
| 65 | + url: /windows/uwp/gaming/tutorial--create-your-first-uwp-directx-game |
| 66 | + |
| 67 | + # Card |
| 68 | + - title: Learn Visual Studio |
| 69 | + linkLists: |
| 70 | + - linkListType: tutorial |
| 71 | + links: |
| 72 | + - text: Open code from a repo |
| 73 | + url: /visualstudio/get-started/tutorial-open-project-from-repo.md |
| 74 | + - text: Write and edit code |
| 75 | + url: /visualstudio/get-started/tutorial-editor.md |
| 76 | + - text: Compile and build |
| 77 | + url: /visualstudio/ide/compiling-and-building-in-visual-studio.md |
| 78 | + - text: Debug your C++ code |
| 79 | + url: /visualstudio/debugger/quickstart-debug-with-cplusplus |
| 80 | + - text: Test your C++ code |
| 81 | + url: /visualstudio/test/writing-unit-tests-for-c-cpp |
| 82 | + - text: Compile C++ on the command line |
| 83 | + url: ../build/walkthrough-compiling-a-native-cpp-program-on-the-command-line.md |
| 84 | + - text: Compile C on the command line |
| 85 | + url: ../build/walkthrough-compile-a-c-program-on-the-command-line.md |
| 86 | + - text: Compile C++/CX on the command line |
| 87 | + url: ../build/walkthrough-compiling-a-cpp-cx-program-on-the-command-line.md |
| 88 | + - text: Compile C++/CLI on the command line |
| 89 | + url: ../build/walkthrough-compiling-a-cpp-cli-program-on-the-command-line.md |
0 commit comments