Using static_cast instead of C style casts better conveys the code's intent, is a tad more safe and stands out more.
54 KiB
54 KiB
Using static_cast instead of C style casts better conveys the code's intent, is a tad more safe and stands out more.