Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How display derived class #42

Open
paolobia opened this issue Dec 1, 2021 · 2 comments
Open

How display derived class #42

paolobia opened this issue Dec 1, 2021 · 2 comments

Comments

@paolobia
Copy link

paolobia commented Dec 1, 2021

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?

@awulkiew
Copy link
Owner

awulkiew commented Dec 1, 2021

It is not possible right now. I'll look into this.

@paolobia
Copy link
Author

paolobia commented Dec 1, 2021

thank you
I have a array of GDBR *
and
class GDBRLinea : public GDBR
class GDBRPoint : public GDBR
class GDBRPoligon : public GDBR
class GDBRCircle : public GDBR
a database of e micro CAD
;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants