Search:

Type: Posts; User: zootreeves

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    13,216

    Thanks for the suggestions, the pointer to...

    Thanks for the suggestions, the pointer to table->data also needs ot be relative as well. cleaner version:



    #include <stdlib.h>
    #include <stdio.h>
    #include <sys/stat.h>

    typedef struct H...
  2. Replies
    9
    Views
    13,216

    Thanks for your help, C++ isn't really an option...

    Thanks for your help, C++ isn't really an option since i can't seem to understand it for the life of me. But I've got it working with a hash table anyway. The too main things i found were.

    1....
  3. Replies
    9
    Views
    13,216

    Thanks for the response, yes i'm aware you cannot...

    Thanks for the response, yes i'm aware you cannot put keys in larger than the array size, but obviously i don't want to have to make the array 248 length in size just to insert a value of 248 have...
  4. Replies
    9
    Views
    13,216

    Writing array, to file

    Hi,

    could someone please point me in the right direction here.

    Basically what i want to do it have a very fast key to value (int32=>int32) lookup which can be written to and stored in a binary...
Results 1 to 4 of 4