values of base-class pointers when assigned the address of derived-class objectsRegarding pogrady post: [quote]i'm not sure how you even go that to happen. class A, class B, and c...
values of base-class pointers when assigned the address of derived-class objectsHello everyone, I have the following piece of code: [code]#include <iostream> class A { p...