Top "Static-cast" questions

A C++ cast operator to convert from one type to another, using only information about the static type of the object being cast

Why do we have reinterpret_cast in C++ when two chained static_cast can do its job?

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