I'm at my wits end! <BR><BR>Background:<BR>I have a CD class with private data and public methods, that works fine.<BR>I have declared as friend the istream and ...
Hi, I have two classes, lets call them Parent and Child. In some cases I make an instance of only Parent. In another case I make an instance of Child which inherits Parent. What I want to know how to ...