I cant read in the integers after my getline() reads in the string. I have to read in the whole entire name from a data file, then read in the pay rate, then the number of dependants, and then the percentage of gross. I can use Arrays loops vectors or anything of that sort. I can only use the getline() and Ignore() functions or something similar to that. So my question is where am I going wrong here?I cant read in the integers after my getline()