Hi everybody. I hope nobody is working too hard.
I am trying to figure out a way to use the peek() method of the stringstream class but looking
more than one place forward.
For example, if I use stringstream.peek() it will let me know the value one value ahead of the current cursor position. Can I check 2 or 3 positions ahead of the cursur without actually moving the cursure such as when you use seekg()?
Thanks