-
Book Overview & Buying
-
Table Of Contents
Practical C++ Game Programming with Data Structures and Algorithms
By :
By now, you are aware that we are using C++ and Knight to demonstrate algorithms in this book. In the final section of this chapter, we will provide guidelines for setting up your work environment. This will enable you to explore the sample code and experiment with your own implementations.
Now it’s time to get hands-on by following these steps to set up your working environment.
Microsoft Visual Studio (MSVS) is an Integrated Development Environment (IDE) that can be used to create, edit, debug, and compile your C++ code. You should have a Microsoft account before installation.
To install MSVS, you can visit the official website (http://visualstudio.microsoft.com/vs/) and download the Visual Studio 2022 (VS2022) Community version installation package. This is what the website should look like:

Figure 1.2 – Downloading VS2022 from Microsoft
When installing VS2022, make sure...