Forum: C Aug 1st, 2004 |
| Replies: 5 Views: 7,967 :cry:
Well that helped so now my node_number works and increments properly. But I am still stuck with the AddItem and RemoveItem functions. I think most of my problem is in the AddItem function... |
Forum: C Aug 1st, 2004 |
| Replies: 5 Views: 7,967 I am having trouble with the following program. I am trying to create a linked list that behaves like a FIFO queue. I need to be able to add new items to the end of the queue and remove them from the... |