Search:

Type: Posts; User: joelem

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,073

    Excellent. Thank you Ben10 for the explanation. I...

    Excellent. Thank you Ben10 for the explanation. I understand now. :cool:

    Cheers WhiteFlags.
  2. Replies
    3
    Views
    1,073

    Difference between . and ->

    Hi there,

    I am just trying to learn how to make linked lists and have made the following function:


    list* addList() {
    list* firstList = NULL;
    list* newList = malloc(sizeof(list));...
  3. Replies
    6
    Views
    5,003

    OK. Cool! I will initialise the pointers to NULL....

    OK. Cool! I will initialise the pointers to NULL.

    Thank you all very much for your advice and time.

    :)
  4. Replies
    6
    Views
    5,003

    Hi MK27, Thanks for your reply :-) Do you...

    Hi MK27,

    Thanks for your reply :-)

    Do you think a solution would be to assign all the 'data' members to NULL when I initialize the hash table? So I could then check to see if they are still...
  5. Replies
    6
    Views
    5,003

    Uninitialized value of char *

    Hi there,

    I am doing some coursework in which I have to create a basic hash table. I am just experimenting at the moment, but I have made the hash function and as my hashtable, I want to have an...
Results 1 to 5 of 5