When I try to study QP/CPP code I came across below line.
QTimeEvt *t; // ... if (t == static_cast<QTimeEvt *>(0)) { Why they are doing static_cast of 0? If they want to check NULL we can do that directly right?
This source code you can find out in
http://www.state-machine.com/qpcpp/qf__time_8cpp_source.html