HELP With unscrambler

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.
 
  dont have any code
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 dont know vector yet I know arrays and string and I can use cstring also constructor and destructor
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.
well we havent gone over vector so o=i guess thats the only thing i cant use thanks for the help i appreciate it
Topic archived. No new replies allowed.