Converting one type to another. Implicit (automatic) and Explicit (manual using static_cast<type>(val)).
Type Casting
C++ Masterclass: From Zero to Hero
C++ Masterclass: From Zero to Hero
Converting one type to another. Implicit (automatic) and Explicit (manual using static_cast<type>(val)).