|
| 1 | +### YamlMime:YamlDocument |
| 2 | +documentType: LandingData |
| 3 | +title: Visual Studio | C++ |
| 4 | +metadata: |
| 5 | + title: C++ development in Visual Studio |
| 6 | + meta.description: Tutorials and conceptual articles about developing C++ apps in Visual Studio. |
| 7 | + author: corob-msft |
| 8 | + ms.topic: landing-page |
| 9 | + ms.date: 12/11/2018 |
| 10 | + ms.author: corob |
| 11 | +sections: |
| 12 | +- title: Get Started |
| 13 | + items: |
| 14 | + - type: list |
| 15 | + style: cards |
| 16 | + className: cardsM |
| 17 | + columns: 3 |
| 18 | + items: |
| 19 | + - href: ../build/vscpp-step-0-installation.md |
| 20 | + html: <p></p> |
| 21 | + image: |
| 22 | + src: https://docs.microsoft.com/media/common/i_setup.svg |
| 23 | + title: Install Visual Studio with C++ |
| 24 | + - href: visual-studio-ide-cpp.md |
| 25 | + html: <p></p> |
| 26 | + image: |
| 27 | + src: https://docs.microsoft.com/media/logos/logo_visual-studio.svg |
| 28 | + title: Start a Guided Tour |
| 29 | +- title: C++ tutorials |
| 30 | + items: |
| 31 | + - type: list |
| 32 | + style: cards |
| 33 | + className: cardsM |
| 34 | + columns: 3 |
| 35 | + items: |
| 36 | + - href: tutorial-console-cpp.md |
| 37 | + html: <p></p> |
| 38 | + image: |
| 39 | + src: https://docs.microsoft.com/media/logos/logo_Cplusplus.svg |
| 40 | + title: Create your first C++ app |
| 41 | + - href: /windows/uwp/cpp-and-winrt-apis/get-started |
| 42 | + html: <p></p> |
| 43 | + image: |
| 44 | + src: https://docs.microsoft.com/media/logos/logo_Windows.svg |
| 45 | + title: Create a Universal Windows App |
| 46 | + - href: /cpp/windows/walkthrough-creating-windows-desktop-applications-cpp |
| 47 | + html: <p></p> |
| 48 | + image: |
| 49 | + src: https://docs.microsoft.com/media/logos/logo_Windows.svg |
| 50 | + title: Create a Windows Desktop app |
| 51 | + - href: /windows/uwp/gaming/tutorial--create-your-first-uwp-directx-game |
| 52 | + html: <p></p> |
| 53 | + image: |
| 54 | + src: https://docs.microsoft.com/media/common/i_get-started.svg |
| 55 | + title: Create a UWP game with DirectX |
| 56 | +- title: Learn Visual Studio |
| 57 | + items: |
| 58 | + - type: paragraph |
| 59 | + text: 'Learn how to use Visual Studio for your development tasks.' |
| 60 | + - type: list |
| 61 | + style: cards |
| 62 | + className: cardsM |
| 63 | + columns: 3 |
| 64 | + items: |
| 65 | + - href: /visualstudio/get-started/tutorial-editor |
| 66 | + html: <p></p> |
| 67 | + image: |
| 68 | + src: https://docs.microsoft.com/media/common/i_code-edit.svg |
| 69 | + title: Write and edit code |
| 70 | + - href: /visualstudio/ide/compiling-and-building-in-visual-studio.md |
| 71 | + html: <p></p> |
| 72 | + image: |
| 73 | + src: https://docs.microsoft.com/media/common/i_build.svg |
| 74 | + title: Compile and build |
| 75 | + - href: /visualstudio/debugger/getting-started-with-the-debugger-cpp |
| 76 | + html: <p></p> |
| 77 | + image: |
| 78 | + src: https://docs.microsoft.com/media/common/i_debug.svg |
| 79 | + title: Debug your code |
0 commit comments