Max C external - creating hash table.
Nov 13 2020 | 4:55 pm
Hello,
I am fairly new at this, so I was wondering if anyone has any good resources about creating a hash table in a C external. The data is sent through an inlet, and needs to be stored in a hash table. The receiving of the data I know how to do, but I can't understand the documentation much on the creation of the hash table.
There will be 5 keys and each of the keys will have 12 arrays of data, numbered 1-12. I also don't need to dynamically allocate it because I know the exact number of elements.
Thank you in advance!