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.