Search:

Type: Posts; User: dinoman

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    57,167

    It looks like it's working! The long type on...

    It looks like it's working! The long type on that machine was just 4 bytes, so the unsigned long long gave me what I needed, along with %llu for printf.
  2. Replies
    7
    Views
    57,167

    Oh, this is a Linux machine it's running on....

    Oh, this is a Linux machine it's running on.
    Thanks for the answers everyone! I'll give it a try.
  3. Replies
    7
    Views
    57,167

    64 bit integers and printf

    This is possibly a very easy question, but most of my experience is in C# and not plain C.

    I have a data file I created using a C# program, with a list of 64-bit integers (type long in C#). I...
  4. Replies
    2
    Views
    7,434

    For the purposes I'm using this table, there...

    For the purposes I'm using this table, there should never be collisions, since any new value specifically must replace the old value; each key has a unique value associated with it.
    I'll definitely...
  5. Replies
    2
    Views
    7,434

    Dictionary in C# to hash table in C?

    I've got some code in C# that uses the dictionary data structure to store a lot of information. All this data was put into a file for easy transfer. However, now I need to use that same information...
Results 1 to 5 of 5