vscode-docs/docs/cpp/introvideos-cpp.md

48 строки
2.6 KiB
Markdown
Исходник Обычный вид История

2021-04-09 22:27:36 +03:00
---
2021-04-13 23:30:17 +03:00
Order: 1
2021-04-09 22:27:36 +03:00
Area: cpp
TOCTitle: Intro Videos
ContentId: a7a9837e-f515-4644-8dae-b5d44715e63f
2021-04-09 22:27:36 +03:00
PageTitle: Introductory Videos for C++ in Visual Studio Code
DateApproved: 4/13/2021
2021-04-09 22:27:36 +03:00
MetaDescription: Get started with C++ in Visual Studio Code by watching these introductory videos
---
2021-04-13 23:30:17 +03:00
# Introductory Videos for C++
2021-04-09 22:27:36 +03:00
2021-04-13 23:53:51 +03:00
Get started with C++ in Visual Studio Code by watching these introductory videos! These videos are designed to help you set up C++ IntelliSense and build and debug C++ projects in VS Code. After watching these quick tutorials, you'll be able to enjoy VS Code's rich C++ feature set.
2021-04-09 22:27:36 +03:00
## Getting started with C++ in 5 minutes
2024-01-10 00:01:10 +03:00
2024-01-10 20:19:44 +03:00
This video shows you how to install the C/C++ extension and a C++ compiler. You then learn how to run and debug your code by using the run or debug play button.
2024-01-10 00:01:10 +03:00
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/qeEcV6u1kV4" title="Getting Started with C++ in 5 minutes" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
2024-01-10 00:01:10 +03:00
2021-04-13 23:39:40 +03:00
## Configure C++ IntelliSense
2021-04-13 23:53:51 +03:00
2021-04-13 23:30:17 +03:00
This video walks you through the steps to configure C++ IntelliSense for your project.
2021-04-09 22:27:36 +03:00
<iframe src="https://channel9.msdn.com/Blogs/One-Dev-Minute/Configure-C-IntelliSense-in-Visual-Studio-Code/player" width="960" height="540" allowFullScreen frameBorder="0" title="Configure C++ IntelliSense in Visual Studio Code - Microsoft Channel 9 Video"></iframe>
2021-04-13 23:39:40 +03:00
## Build a C++ project
2021-04-13 23:53:51 +03:00
2021-04-13 23:30:17 +03:00
Learn how to build C++ projects in VS Code by customizing your C++ build tasks.
2021-04-09 22:27:36 +03:00
<iframe src="https://channel9.msdn.com/Blogs/One-Dev-Minute/Build-a-C-project-in-VS-Code/player" width="960" height="540" allowFullScreen frameBorder="0" title="Build a C++ project in VS Code - Microsoft Channel 9 Video"></iframe>
2021-04-13 23:39:40 +03:00
## Debug a C++ project
2021-04-13 23:53:51 +03:00
This video shows you how to customize debug configurations for your C++ project and start a C++ debugging session in VS Code.
2021-04-13 23:30:17 +03:00
2021-04-09 22:27:36 +03:00
<iframe src="https://channel9.msdn.com/Shows/Docs-Dev-Tools/Debug-a-C-project-in-VS-Code/player" width="960" height="540" allowFullScreen frameBorder="0" title="Debug a C++ project in VS Code - Microsoft Channel 9 Video"></iframe>
2021-04-13 23:30:17 +03:00
## Next steps
2021-04-13 23:53:51 +03:00
- Learn about all the [C++ editing features](/docs/cpp/cpp-ide.md) available in VS Code.
- Check out the Hello World tutorials for getting started with C++ for your toolset and platform:
- [GCC on Windows](/docs/cpp/config-mingw.md)
- [Microsoft C++ on Windows](/docs/cpp/config-msvc.md)
- [GCC on Linux](/docs/cpp/config-linux.md)
- [GCC on Windows Subsystem For Linux](/docs/cpp/config-wsl.md)
- [Clang/LLVM on macOS](/docs/cpp/config-clang-mac.md)