Write your question here.
Im trying to make a program that takes a word that is scrambled and then unscrambles and displays it. i have to compare it to text file , i dont know how to go about it i though about using a dynamically allocated char array for the input then comparing it.
What are you not allowed to use? For instance, can you use std::vector? If you aren't allowed to use std::string or std::vector then that will make things excessively more difficult for you.
I'm not asking what you know and don't know, I am asking what you are allowed to use (assuming this is an assignment for a class). If this isn't a class assignment, then you are allowed to use everything, and we can teach you on-the-fly about things you are unfamiliar with.