Search:

Type: Posts; User: andrewh

Search: Search took 0.01 seconds.

  1. Thread: Link List

    by andrewh
    Replies
    10
    Views
    1,177

    Link List

    Thanks spidey for your suggestion. I guess I have used arrays so much and now need to get used to pointers.
    I am also trying to look ahead in terms of usage. For instance, managing a link list with...
  2. Thread: Link List

    by andrewh
    Replies
    10
    Views
    1,177

    Link List

    I think I see what you mean. The pointer has advanced to node 3 at the
    end of the program and if I want to access the node 2, I have to do reverse
    direction to the pointer to get the data in 2nd...
  3. Thread: Link List

    by andrewh
    Replies
    10
    Views
    1,177

    Link List

    Couple of questions about the following simple link list code.

    1. Do I have 3 nodes in the following link list?
    Or the 3rd one is just over writing the 2nd one.

    2. If I have 3 nodes then,...
  4. Thread: Link List

    by andrewh
    Replies
    10
    Views
    1,177

    Link List

    Thanks bithub and spidey for your descriptions,

    Andrew
  5. Thread: Link List

    by andrewh
    Replies
    10
    Views
    1,177

    Link List

    I am reading the Link List section at C++ programming tutorial in Cprogramming.com. I need help to understand the following code better.

    1. It would be great if someone could display this specific...
Results 1 to 5 of 5