Reinterpret Cast
This lesson highlights the key features of the reinterpret_cast operator.
We'll cover the following...
Features #
-
reinterpret_cast
allows us to convert a pointer of a particular type to a pointer of any other type, regardless of whether the ...