C++ 'Using space as a delimiter' [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am a complete beginner in C++, and am trying to do the following program: Read a sentence from the console. Break the sentence into words using the space character as a delimiter. Iterate over each word, if the word is a numeric value then print its value doubled, otherwise print out the word, with each output