cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Pointer and String interaction
Pointer and String interaction
Nov 30, 2011 at 2:25am UTC
Russell Block
(3)
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?
Nov 30, 2011 at 3:00am UTC
bbgst
(203)
Not sure what you mean. The string class has methods to get individual characters, like
operator
[]
and
at
.
Topic archived. No new replies allowed.