Hello! I am trying to get only the words of a string to store into an array. For example, the string text == "cat rat Shark mouse" should cause the array newtext[4] to hold "cat, rat, Shark, mouse".
This code will not build and I cannot find the mistake I made. Thanks for any help!
Whoops! Changed it to void. thanks man! How do you get it to show what the error was? Mine just says there were build errors. (microsoft visual studios c++)