Technical requirements
Now it is time to build something, so we are going to use the environment we prepared in the last chapter together with the text editor of your choice. Of course, using a programming IDE is better because it provides support for language highlighting and even code completion, so we will cover how to install and configure Visual Studio Code (https://code.visualstudio.com/), which is capable of connecting to a running Docker container and even to remote machines through SSH. Remember to download all the code from the chapter’s GitHub repository https://github.com/PacktPublishing/GPU-Programming-with-CPP-and-CUDA/tree/main/ch3.