What is the difference between static_cast<> and C style casting?

Viewed 129649

Is there any reason to prefer static_cast<> over C style casting? Are they equivalent? Is there any sort of speed difference?

7 Answers
Related