The "name" field is a first and last name. I'd like to not have to concatenate strings to get them into one variable. How do you use ifstream and getline to do this? I have a syntax error. My problem is that I don't know how long the name will be, and I don't want to decide a limit. I thought that getline() could work with one argument, but obviously this isn't the way to go about it.