Jun 4, 2011 at 12:45am
daugher.h should be #including mother.h
Or else you have to be sure mother.h is included before daughter.h, but it's better if you just put the include in the header.
Jun 4, 2011 at 9:17am
ok, thank you, I tried it both ways and they both built successfully :)