Posts by Kook_Ho • 9 points
1 post
-
0
votes1
answer48
viewsQ: Help to understand hash usage error
I am making a program to read the words of a text file, generating a hash code to use as index that will store the word in a vector that fits up to 1000 words. Function generating the hash number:…