Search:

Type: Posts; User: allo

Search: Search took 0.00 seconds.

  1. Thread: Create Node

    by allo
    Replies
    7
    Views
    1,638

    yeah thanks ;-)

    yeah thanks ;-)
  2. Thread: Create Node

    by allo
    Replies
    7
    Views
    1,638

    So if I have this right: "typedef struct ns"...

    So if I have this right:

    "typedef struct ns" creates a new data type.
    And every time I want to make a variable of this type i have to precede it by "struct ns".

    But rather than doing that I...
  3. Thread: Create Node

    by allo
    Replies
    7
    Views
    1,638

    Create Node

    1-

    t
    ypedef struct ns
    {
    int data;
    struct ns *next;


    VS
Results 1 to 3 of 3