I am taking 3 integers in the form of a string (line) with spaces. eg, 1 3 11.
How can I convert the string to 3 separate integers?
string line; wh