for the first line, 15.1 and 17.4 would be read in as two separate floats, and Chico as a string. Then the same thing for the next line.
I need then group these together into a 'City' class pointer, and into a vector, but I already know how to do that. I am just having trouble allocating the floats and string per line properly.
Here is what I have so far, although I know getline does not work for floats: