Ok so I am writing a program that requires me to enter a long list of names and save it as a string. So my string contains a list of about 150 names. My question is how do I separate these names, one at a time to sort them. Im creating a binary tree sorter, i want to have the program read one name then create a new node for it then add another name and create a new node for that and so on. How do i go about doing this? Thanks in advance for any help.