Ok I am in the process of making a simple hangman game. I need help pulling a string which is in an array dict[num] num being a random number. I just need a way to get that string out and use strlen() and such functions to work with it.
As of now strlen(dict[num]) does not work?