Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » C++   (RSS)
Sorry, but there are no more tags available to filter with.

Dangling Pointer

What is a Dangling Pointer? This has often been asked by my students. Here comes the answer. A dangling pointer is one that points to an object that has already been deleted. As an example, let p1 and p2 be two pointers that are pointing to an object
Posted by joydipkanjilal | 0 Comments
Filed under: