Ok, here's the solution:

inFile>>menuList[counter].menuPrice;
inFile.ignore(10,'\n');

That reads it cleanly. Thanks for the assistance.