Hi, I have this code: class GDBRLinea : public GDBR { ... } GDBR *pRecPs( new GDBRLinea(p0,p1) ); debug work *(GDBRLinea*)pRecPs debug not work *pRecPs how can I do?
Hi,
I have this code:
class GDBRLinea : public GDBR { ... }
GDBR *pRecPs( new GDBRLinea(p0,p1) );
debug work (GDBRLinea)pRecPs
debug not work *pRecPs
how can I do?