Search:

Type: Posts; User: jaland10

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,058

    Really sorry i was looking at the wrong post when...

    Really sorry i was looking at the wrong post when i typed that, I ment to say this


    IN -> data =0 ;
    IN->next = NULL;
  2. Replies
    6
    Views
    1,058

    LS->mTop = NULL; I thought this would be the...

    LS->mTop = NULL;

    I thought this would be the only line you needed but it keeps telling me left operand has incompadible type int.
  3. Replies
    6
    Views
    1,058

    Malloc question

    ypedef struct lnode {
    int data;
    struct lnode *next;
    } listnode_t;


    ok my question about this struct is what is the point of the "listnode_t;" at the end of the struct

    And for the second...
Results 1 to 3 of 3