Search:
Forum
General C++ Programming
How can I add input to a string array?
How can I add input to a string array?
Mar 31, 2011 at 3:53am UTC
rjmckinley
(3)
How do I add to a list of existing values, in the input stream, to a string array?
Last edited on
Mar 31, 2011 at 7:33am UTC
Mar 31, 2011 at 4:06am UTC
zixuandeneidan
(2)
you can use getline function in C++ <string> header file:
the function prototype is here:
http://www.cplusplus.com/reference/string/getline/
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs