4.6 — Fixed-width integers and size_t
In the previous lessons on integers, we covered that C++ only guarantees that integer variables will have a minimum size — but they could be larger, depending on the target system. The short answer is that this goes back to C, when computers were slow and performance was of the …