Summary

This lesson summarizes our discussion on type conversions.

We'll cover the following...
  • Automatic type conversions are mostly in the safe direction: From the narrower type to the wider type and from mutable to const.

  • Conversions to unsigned types may have surprising effects because unsigned types cannot have ...