All pastes #2103853 Raw Edit

Stuff

public text v1 · immutable
#2103853 ·published 2012-01-18 17:21 UTC
rendered paste body
/*
Dokazte, že ukazatel ptr neukazuje nebo ukazuje na instanci
konstruovanou tridou C, oběma zpusoby:

class A
{int a};

class B : public A
{int b};

class C : public B
{int c};

...
...

B inst;

.... mohu/nemohu pretypovat na typ třídy C
*/