I'm doing a program to read the words of a text file, generating a hash code to use as an index that will save the word in a vector that fits up to 1000 words.
Function that generates the hash:
int a, i,j,soma = 0;
i = strlen(str);
j = 1;
c...
asked by
12.10.2018 / 01:26