cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
getline and input/output operastors info
getline and input/output operastors info
Dec 8, 2015 at 10:17am UTC
ajith mk
(10)
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
Dec 8, 2015 at 10:59am UTC
coder777
(8444)
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.