Search:

Type: Posts; User: idshiy

Search: Search took 0.01 seconds.

  1. but my code is : if(currnetList != NULL...

    but my code is :


    if(currnetList != NULL .....){

    }

    so when currentList is not NULL, do insert....... isn't it?
    i used '!='
  2. i think i should post my code to make it...

    i think i should post my code to make it easier(or harder???) for u guys to understand


    #include <stdio.h>
    #include <stdlib.h>
    #include <unistd.h>

    #include "bool.h"
    #include "layer2.h"...
  3. seg fault for linked list in another linked list--help!!

    hi
    i have a linked list in another linked list


    /* the branch linked list */
    struct nodebranch{
    unsigned int offset;
    unsigned char data[130];
    struct nodebranch *next;
    };
Results 1 to 3 of 3