So I have been working on some code for 3 weeks. It should only use functions in main. The purpose of the program is to take a user input string, parse it for words while stripping out any non character and storing these words into an array. Preferably a dynamic string array. The only problem I'm having is tokenizing and I need to do this without vectors or tokenizing include directives. Thanks in advance.