User: ant

  • Public profile

User profile: ant

User info
User name:ant
History
Joined:
Number of posts:3
Latest posts:

query about pointers used with inheritance
Ok let me ask again. Is any line in the above code illegal?

memory leak
Will the following code cause memory leak? how? char *c1 = new char[10]; char *c2 = c1; delete c2...

query about pointers used with inheritance
This 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