Tagged Questions

7
votes
6answers
872 views

Performance hit from c++ style casts?

I am new to C++ style casts and I am worried that using C++ style casts will ruin the performance of my application because I have a real-time-critical deadline in my interrupt-ser …