Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Deleting an element out of a linked list with boolean method

    Is it working now?
  2. [SOLVED] Re: Deleting an element out of a linked list with boolean method

    The compiler can not find a member named name in the Node class (head)

    Yes, that look familiar. Remember name is in the Person class that is inside of the Node class.
    refToNode.refToPerson.name
  3. [SOLVED] Re: Deleting an element out of a linked list with boolean method

    Time for some debugging. Add some print statements that print out the values of variables as they are used and to show the execution path.
    The print out will show you what the computer sees when...
Results 1 to 3 of 3