Problems with Linked List in C
Posted
by seePhor
on Stack Overflow
See other posts from Stack Overflow
or by seePhor
Published on 2010-03-15T00:06:05Z
Indexed on
2010/03/15
0:09 UTC
Read the original article
Hit count: 356
Hey everyone, I am new to C and I am working on an XOR linked list for a project. I have most of the code done, but I can't seem to get the delete function of the list to work properly. It seems able to delete some numbers, but not any number you pass into the function. Could anyone experienced with C take a look and possibly point out where I went wrong? I have been working on this for a while now and have not had much luck and I have started over 3 times :( Any help is much appreciated. Thank you. You can see my first attempt of code here. I can only post one link, so if you would like to see my second attempt, just tell me so and I can email it to you or something. Thank you for your time.
© Stack Overflow or respective owner