资讯

I also have a teacher that doesn't know what he's doing. it's pretty much independent study.<BR><BR>I'm struggling through doubly linked-lists right now.
Hello all, I'm working on a Double Linked List in C and I've got it mostly working, but when I've got one node, and I add another node, the first node loses its value.
Specifically, a linked list is a series of 'boxes' consisting of values such as '4' or '12' and a pointer indicating the 'next value.' The code that implements the linked list in C language is below.