Getting started with C++ in VS Code

Come learn how to get started with programming in C in Visual Studio Code and set up your development environment. We’ll cover setting up the C extension, setting up debugging, and using IntelliSense to write code faster. C/C in VS Code docs: Cross-compilation IntelliSense configuration: CMake Presets: Makefile Tools: 0:00 Intro 2:02 Setting up on macOS and Windows 5:42 Run and debug a single C file IntelliSense 21:16 CMake Tools 26:02 Makefile support 28:20 Q&A
Back to Top