So i\'m trying to read in a string of characters twice using cin.get(). The input is being redirected as \"program < input\". So it is valid to use seekg().
As th
You cannot seek on streams. You must unget the characters.