User profile: Una

User info
User name:Una
History
Joined:
Number of posts:16
Latest posts:

Array of pointers to elements in a linked list
Thanx 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 list
Hello 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 list
Galik, 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 list
After 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 list
I will try it. Thanx