How do I turn a string that is stored in an array into a char array? I've found plenty of information on how to change a string literal but not from an array. I have a string array of player names that were inputed but I need to turn each of them into char arrays. The name's of the player's change depending on the user so I can't really hard code the names into char arrays since they change.