cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
what are these cin.get and cin.getline u
what are these cin.get and cin.getline used for?
Feb 10, 2015 at 8:52am UTC
starbug7
(3)
Please help me out
Feb 10, 2015 at 9:13am UTC
tipaye
(535)
cin is an object of type istream, i.e. an instance of class istream.
http://www.cplusplus.com/reference/istream/istream/getline/
http://www.cplusplus.com/reference/istream/istream/get/
Topic archived. No new replies allowed.