Aug 7, 2008 at 10:14pm
I've read around on some site to try to distinguish the difference, but it's kind of vague. Can someone give me their explanation? Much appreciated!
Aug 8, 2008 at 11:11am
In one line,
static_cast => C-style typecasting in C++
dynamic_cast => to cast objects across the inheritance hierarchies
Aug 9, 2008 at 3:04pm
To be exact, One line for each cast. ;)