Search:

Type: Posts; User: lildan

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,692

    Deleting nodes from a linked list

    Hello! I'm struggling a bit with the function of deleting a node from a linked list. I've made an attempt, and it works fine if the node being deleted is the first node. However, if I want to delete...
  2. Replies
    4
    Views
    1,647

    Essentially, I first declare the head Node...

    Essentially, I first declare the head


    Node *head = NULL;


    There is a do loop that prompts the user for input of either I, D, S, V, P or Q to quit. The section with the function is:
  3. Replies
    4
    Views
    1,647

    Linked List Help

    Hello! I've been having quite a struggle trying to conquer linked lists.

    Here is a portion of code. Essentially, it creates a node and appends it to the end of a linked list. Or theoretically,...
Results 1 to 3 of 3