Hi there, I'm new to c++ and im trying to do a project, wich is a letter soup game (its like a word search in a square with loads of other letters).
So far now I have a letter (A-Z) randomizer, wich will put them in an array[l][w] (choosen by the user).
But here is the problem, I need some tips about making a function that will read a .txt file with words AND put them in the array[l][w] (previously made, with a random letter in each position), across and down.
I know how to open a .txt file with a c++ programm, although I see no way to do a function to "organize" those .txt file words inside the array[l][w] I have.
Well, any help is helpfull, and btw, I found this site today and I've learnt more here than in school :P