Search:

Type: Posts; User: stahta01

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    3,422

    How many different items do you write out? ...

    How many different items do you write out?

    Tim S.
  2. Replies
    4
    Views
    3,422

    struct child *temp3; struct child *temp1; ...

    struct child *temp3;
    struct child *temp1;
    struct child *temp2;;


    You NEVER allocated any space for the above pointers!
    (Likely you should NOT be using pointers.)
    You NEVER set them to...
Results 1 to 2 of 2