Search:

Type: Posts; User: gibson221

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,760

    OK great, that makes sense now. Thanks.

    OK great, that makes sense now. Thanks.
  2. Replies
    4
    Views
    1,760

    Thanks for clearing that up. Just one question,...

    Thanks for clearing that up. Just one question, so by malloc'ing an array of pointers to a list_t to **table, an array of *tables is being made because a *table deferences **table and is a pointer to...
  3. Replies
    4
    Views
    1,760

    Hash Table pointer question

    As part of my C course I'm trying to teach myself pointers in depth. I've looked up some abstract data types to implement with structures.

    I came across this implementation of a hash table, with...
Results 1 to 3 of 3