A C++ cast operator to convert from one type to another, using only information about the static type of the object being cast
Say I want to cast A* to char* and vice-versa, we have two choices (I mean, many of us think …
c++ casting reinterpret-cast static-cast