Search:

Type: Posts; User: ofCircuits

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,021

    I see, for anyone who might search for this in...

    I see, for anyone who might search for this in the future..

    I changed this:


    while( current != NULL ){
    current = current->next;
    }//endwh
    ...
  2. Replies
    3
    Views
    3,021

    Printing linked lists

    Trying to print a linked list, but the first item is the only thing that prints. I've played around with it, and I cannot figure out whether it is my print function, or my construction of the list...
Results 1 to 2 of 2