Search:

Type: Posts; User: budala

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    5,626

    I guess I could/should have included a break in...

    I guess I could/should have included a break in the for loop after it finds the sought node :)
  2. Replies
    6
    Views
    5,626

    I wasn't expecting for all my problems to be...

    I wasn't expecting for all my problems to be solved. The fact that on this forum one doesn't get the code wrapped up in shiny paper is a great plus for me as it is more important to realise why...
  3. Replies
    6
    Views
    5,626

    Nope, still doesn't work! It doesn't delete the...

    Nope, still doesn't work! It doesn't delete the node i want when it does exist, but it does return 0 when i try to delete a non-existing node.

    I colored the new lines of code red


    int...
  4. Replies
    6
    Views
    5,626

    delete a node from an array of linked lists

    hi there :)

    i have an array of linked lists, 10 of them to be precise. insertion works beautifully but deletion is a problem.

    i want a function which returns an int upon deletion. 0 if the...
Results 1 to 4 of 4