From the course: Debugging in C++ with Visual Studio Code
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
What you should know - Visual Studio Code Tutorial
From the course: Debugging in C++ with Visual Studio Code
What you should know
- [Instructor] Before we start, there are some things you should know. First and foremost, this is not an introductory course to the C++ programming language. You are expected to at least know the basics. If you don't, consider taking an introductory course first, like "Complete Guide to C++ Programming Foundations." Although you don't need a specific IDE to run your C++ code, I will use Visual Studio Code running on GitHub Codespaces. This is a cloud-based platform embedded in the GitHub repository, which will allow you to easily follow along with the code on your web browser without having to install anything. If you decide to use a different development environment, make sure to use the C++17 standard or later. You may want to read the documentation of your development environment for this. It's just a Google search away.