How can I add input to a string array?

How do I add to a list of existing values, in the input stream, to a string array?
Last edited on
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.