I have a program which will prompt the user for 9 characters. Once these characters are in the program the program should create the longest word possible using these letters by comparing them against a dictionary file.
The program currently stores the 9 letters and reads in the dictionary file, but i have no idea where to start regarding the word creation.
All i need help with is the word creator. If someone knows how to create words from characters in an array can you give me a hand
Cause it seems like you don´t get the solution, here is mine, it should be working
EDIT: you should fix it a bit, i just found a mistake in there