Array of pointers to elements in a linked listThanx for your reply. I found the mistake in my code. I did not use an array of items since in my ...
Array of pointers to elements in a linked listHello all, I'm trying to implement a data structure consisting of an array of link lists, where e...
Deallocating memory from the first element of a link listGalik, you are a genious. I can never tank you enough. I finally got rid of the allocation error. :D...
Deallocating memory from the first element of a link listAfter inluding the try-catch statements as suggested by Galik, I found out the part causing std::bad...
Deallocating memory from the first element of a link listI will try it. Thanx