getline and input/output operastors info

Hi everyone,
Just a question. When I use getline function, I get an entire line. But after that function execution where does position point to? Before \n or after \n? What about the position after using >> and << operator?
Thanks in advance
But after that function execution where does position point to? Before \n or after \n?
After.

What about the position after using >> and << operator?
Before.
Topic archived. No new replies allowed.