query about pointers used with inheritanceOk let me ask again. Is any line in the above code illegal?
memory leakWill the following code cause memory leak? how? char *c1 = new char[10]; char *c2 = c1; delete c2...
query about pointers used with inheritanceThis is about base and derived class objects and pointers. I am wondering if line 5 and 6 in the fol...
This user does not accept Private Messages