A type cast, an op overload, and a "taking address of temporary" problem/error.
hello, i'm trying desperately to recover my c++ knowledge. I haven't done c++ for a year and now i'm facing some problems. Please help. I. How to type cast this: class A { virtual c Read(); } class B: public A { public c Read(){ D d ; return d; }