Word Jumble
In my high school c++ class we have been assigned a project to make a game in which the compiler reads a bunch of words from a file, jumbles them and show them to the screen one by one. The user have to solve the word jumble to proceed to the next word. We have to utilize structure, functions and random function.
Now I know everythin else, like ofstream to read in the words, I know how to use a function and a structure, But the problem is with the random function. How do I get the string to break down into separate characters,then randomize the characters and display to the screen.
Please keep in mind this is a high school course so I dont know much advanced c++ stuff. Thanks in advance for the help

