Hi Atul,
You were faster than me in replying ;-). I totally agree with you! Here is what I wanted to post right before I saw your reply. It would (more...)
Hi all
While going thru Bye.h
inline Bye & Bye::castFrom (Packet & packet)
{ return dynamic_cast (packet); }
I think static_cast would be a betterĀ choice here...
The reason is that as the compiler (more...)