RE: Assign pointers of different objects to the same pointer

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

 



me22 <> wrote:
> On 06/07/07, Duft Markus <Markus.Duft@xxxxxxxxxx> wrote:
>> void* ptr;
>> // Dynamic cast, checks types at runtime
>> var1 = dynamic_cast<MyType1*>(ptr);
>> 
> I'm quite confidant that you can't dynamic_cast from a void*.
> 
> ( How would it be able to check? It can't. )

Huh, sorry, i must have been sleeping...... *arg*

Cheers, Markus.

> 
>> Also you may want to look at the other *_cast operators
>> (static_cast, etc)... 
>> 
> Simple description here:
>
http://gpwiki.org/index.php/C_plus_plus:Modern_C_plus_plus:Appendices:Ca
sts
> 
> ~ Scott


-- 


Salomon Automation GmbH - Friesachstrasse 15 - A-8114 Friesach bei Graz
Sitz der Gesellschaft: Friesach bei Graz
UID-NR:ATU28654300 - Firmenbuchnummer: 49324 K
Firmenbuchgericht: Landesgericht fur Zivilrechtssachen Graz



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux