I\'ve heard that the static_cast function should be preferred to C-style or simple function-style casting. Is this true? Why?
static_cast
One pragmatic tip: you can search easily for the static_cast keyword in your source code if you plan to tidy up the project.