I have a pointer that points to a node with dynamic memory allocated. Suffice it to say that my destructor for the node pointers does it's job perfectly, but if I need to delete the entire thing, my compiler spits out nullReferencePointer errors. I have an array of 100 pointers to nodes in a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.