From the course: Learning C++

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

What you should know

What you should know - C++ Tutorial

From the course: Learning C++

What you should know

- Before we start, there are some things you should know. First and foremost, this is an introductory course on the C++ programming language, so you may or may not have experience programming. Either way, some experience in any programming language may be useful. Although you don't need an 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 allows you to easily follow along with the code on your web browser without having to install anything. Of course, you may use your favorite C++ development environment instead if you prefer. Just 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 usually a Google search away. Finally, as you advance through the course, you will need to read some parts of the C++ documentation. For this, I recommend…

Contents