User profile: giancarlogiuffra

User info
User name:giancarlogiuffra
History
Joined:
Number of posts:2
Latest posts:

values of base-class pointers when assigned the address of derived-class objects
Regarding 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 objects
Hello everyone, I have the following piece of code: [code]#include <iostream> class A { p...