- Learning C++ by Creating Games with UE4
- William Sherif
- 56字
- 2025-02-23 13:01:22
Summary
In this chapter, we spoke about variables and memory. We talked about mathematical operations on variables and how simple they were in C++.
We also discussed how arbitrarily complex data types can be built using a combination of these simpler data types, such as floats, integers, and characters. Constructions such as this are called objects.