Back to course

Type Casting

C++ Masterclass: From Zero to Hero

Converting one type to another. Implicit (automatic) and Explicit (manual using static_cast<type>(val)).