Search:

Type: Posts; User: simo_r

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,332

    heh yeah you were right. I really had no idea...

    heh yeah you were right. I really had no idea what I was doing using memcpy. I rewrote it today and just copied the data over and It worked on the first compile. heh.

    Thanks
  2. Replies
    2
    Views
    3,332

    Double pointers and linked lists.

    I'm creating an a* algorithm implementation using two double linked lists.

    p_node is the node being copied. ppDest is the tail node and ppDestlist_h is the head node.

    I'm not entirely sure...
Results 1 to 2 of 2