Search:

Type: Posts; User: anstmich

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,652

    Ahhhh! That is it. I had explicitly tried to...

    Ahhhh! That is it. I had explicitly tried to catch this problem by setting the next and previous nodes of the first noded added to that first node itself (thus making the very first node added...
  2. Replies
    6
    Views
    3,652

    Hmm, putting it in parentheses results in the...

    Hmm, putting it in parentheses results in the same error =S
  3. Replies
    6
    Views
    3,652

    I allocate memory in my main function with the...

    I allocate memory in my main function with the line:

    newNode = malloc(sizeof(Cerveau_Node));

    What do you mean that it is not part of the struct? "existing->prev" is a pointer to a struct and...
  4. Replies
    6
    Views
    3,652

    Segfault on a linked list insert operation

    Hi all,

    I am implementing my own double-linked list (I know there are existing libraries that accomplish the task better, however the list will eventually need to be specialized in a number of...
Results 1 to 4 of 4