help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Examining polymorphic pointers in GDB


From: Paul Pluzhnikov
Subject: Re: Examining polymorphic pointers in GDB
Date: 30 Jul 2004 22:10:49 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

red floyd <no.spam@here.dude> writes:

> How can I examine the Derived through the Base pointer pb in GDB?

print *(Derived*)pb

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]