|
| 1 | +items: |
| 2 | +- name: Get started with Visual C++ |
| 3 | + expanded: true |
| 4 | + items: |
| 5 | + - name: Install C++ support in Visual Studio |
| 6 | + href: ../build/vscpp-step-0-installation.md |
| 7 | + - name: Visual Studio guided tour |
| 8 | + href: /visualstudio/get-started/visual-studio-ide |
| 9 | + - name: Create and edit a C++ console app project |
| 10 | + href: ../build/vscpp-step-1-create.md |
| 11 | + - name: Build and run a C++ console app project |
| 12 | + href: ../build/vscpp-step-2-build.md |
| 13 | + - name: Welcome to Modern C++ |
| 14 | + href: ../cpp/welcome-back-to-cpp-modern-cpp.md |
| 15 | + - name: Create a console calculator in C++ |
| 16 | + href: ../get-started/tutorial-console-cpp.md |
| 17 | + - name: Create a UWP app |
| 18 | + href: /windows/uwp/cpp-and-winrt-apis/get-started |
| 19 | + - name: Create a Windows Desktop application |
| 20 | + href: /windows/desktop/learnwin32/learn-to-program-for-windows |
| 21 | + - name: Create a DirectX game |
| 22 | + href: /windows/uwp/gaming/tutorial--create-your-first-uwp-directx-game |
| 23 | +- name: Create C and C++ apps in Visual Studio |
| 24 | + expanded: false |
| 25 | + items: |
| 26 | + - name: Create a console app |
| 27 | + href: tutorial-console-cpp.md |
| 28 | + - name: Create a Universal Windows Platform app |
| 29 | + href: /windows/uwp/cpp-and-winrt-apis/get-started |
| 30 | + - name: Create a Windows Desktop app |
| 31 | + href: /windows/desktop/learnwin32/learn-to-program-for-windows |
| 32 | + - name: Create a Windows Desktop app with MFC |
| 33 | + href: ../mfc/reference/creating-an-mfc-application.md |
| 34 | + - name: Create a Windows DLL |
| 35 | + href: ../build/walkthrough-creating-and-using-a-dynamic-link-library-cpp.md |
| 36 | + - name: Create a static library |
| 37 | + href: ../build/walkthrough-creating-and-using-a-static-library-cpp.md |
| 38 | + - name: Create a .NET component |
| 39 | + href: ../dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio.md |
| 40 | + - name: Create a DirectX game |
| 41 | + href: /windows/uwp/gaming/tutorial--create-your-first-uwp-directx-game |
| 42 | +- name: Learn Visual Studio |
| 43 | + expanded: false |
| 44 | + items: |
| 45 | + - name: Open code from a repo |
| 46 | + href: /visualstudio/get-started/tutorial-open-project-from-repo.md |
| 47 | + - name: Write and edit code |
| 48 | + href: /visualstudio/get-started/tutorial-editor.md |
| 49 | + - name: Compile and build |
| 50 | + href: /visualstudio/ide/compiling-and-building-in-visual-studio.md |
| 51 | + - name: Debug your C++ code |
| 52 | + href: /visualstudio/debugger/quickstart-debug-with-cplusplus |
| 53 | + - name: Test your C++ code |
| 54 | + href: /visualstudio/test/writing-unit-tests-for-c-cpp |
| 55 | + - name: Compile C++ on the command line |
| 56 | + href: ../build/walkthrough-compiling-a-native-cpp-program-on-the-command-line.md |
| 57 | + - name: Compile C on the command line |
| 58 | + href: ../build/walkthrough-compile-a-c-program-on-the-command-line.md |
| 59 | + - name: Compile C++/CX on the command line |
| 60 | + href: ../build/walkthrough-compiling-a-cpp-cx-program-on-the-command-line.md |
| 61 | + - name: Compile C++/CLI on the command line |
| 62 | + href: ../build/walkthrough-compiling-a-cpp-cli-program-on-the-command-line.md |
0 commit comments