More extras to make your programs safer and quicker and easier to write.
Defaulted constructors and =
Earlier I avoided using the defaults for constructors and operator=, because sometimes C++’s guess is wildly wrong; specifically, it copies array addresses rather than their contents.