Pointer and String interaction

Is there a way for me to have a user enter a string, then assign a dynamic array to all the locations where the char values of the string are stored in order to check what they are, and/or alter them?
Not sure what you mean. The string class has methods to get individual characters, like operator[] and at.
Topic archived. No new replies allowed.