I need to read in the first word of a line and process. then advance to the next number and process till end of line. I am going to use a endl loop and think I should use infile.get (ch) to retrieve each word. will this work and how do I advance read pointer over white space.