Chapter 1. Game Development Basics
In this chapter, the following recipes will be covered:
Installing an IDE on Windows
Choosing the right source control tool
Using call stacks for memory storage
Using recursions cautiously
Using pointers to store memory addresses
Casting between various datatypes
Managing memory more effectively using dynamic allocation
Using bitwise operations for advanced checks and optimization