Search:

Type: Posts; User: new to c

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,555

    Haha no I'm not sure why I haven't really...

    Haha no I'm not sure why I haven't really questioned the (void *)1 thing yet...thank you for pointing that out to me.

    And lookup requires void ** as it's third parameter...lookup doesn't know what...
  2. Replies
    5
    Views
    1,555

    Thank you so much for the quick reply! The...

    Thank you so much for the quick reply!

    The insert function looks like this:

    int insert(Table *table, void *key, void *item)

    So I should declare occurrences as int *?
  3. Replies
    5
    Views
    1,555

    New to c, help with (void *)

    Hi,

    I'm pretty new to this, so bear with me.

    I'm having a few problems accessing data in a void *. Basically, we had to convert a program that created and performed functions on a linked list...
Results 1 to 3 of 3