Search:

Type: Posts; User: nicm

Search: Search took 0.01 seconds.

  1. Thanks. As I thought. Is there any benefit to...

    Thanks. As I thought.
    Is there any benefit to typedef'ing a pointer? All I can think is it means you don't have to type Node *list, just Link list.
  2. Double Pointer to a data type that is already a pointer!

    I'm writing a function to recursively merge and sort a linked-list. (An improved merge-sort algorithm that avoids scanning the list.)

    The function needs to return the sorted first half of the list...
Results 1 to 2 of 2