Very basic question but I do not know how to word it enough to search the forum or google it. Tried "eats word" etc. Basically, my code eats the first word of my getline. example below.The jokeF function is meant to read from a file with a single line, the punchLineF function is meant to read ONLY the last line in a file But the punchLineF function does not the display the very first word, just the rest. How can I fix this? what am I doing wrong?