I understand how to get text out of a textbox in visual C++ but what I'm after is how to break the text up at each space and put those parts into an array.
For example I have a group of numbers: 2 5 9 10 44 ect and I want to put each number into an array. I know how to do it in just c++ but how about when I get it from a text box?
Thanks