I\'m having trouble with the inheritance of operator=. Why doesn\'t this code work, and what is the best way to fix it?
#include class A {
(Probably not a fix & probably not what you should do) BUT... there's a way you can force the issue if you really must:
(A&)(*(&b)) = (A&)(*(&c))