Conversions using a Static_cast Syntax
Learn about the conversions using a static-cast syntax in the C++ language.
We'll cover the following...
Problem
Write a program that carries out the following conversions using a static_cast
syntax:
- cast-less conversions
- narrowing conversions
- conversions from void *
- implicit type conversions