Hello,
I am having some trouble reading data from a .txt file. I know that the file contains strings separated by white space. The problem is, I don't know how many strings there are, so I would like to go through the file one string at a time, and then store each string into a vector or something similar such that they can be accessed. My question is, is this doable with the getline() function, or is there some other function that does this?