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
What does the cin.get() do?
What does the cin.get() do?
Sep 22, 2014 at 3:45am UTC
Nocturnal8
(1)
What does the following line of code do?
cin.get();
From my understanding it stores any characters including spaces and tabs but is there more to this member function?
Sep 22, 2014 at 5:42am UTC
MiiNiPaa
(8886)
Reference is your friend here:
http://en.cppreference.com/w/cpp/io/basic_istream/get
http://www.cplusplus.com/reference/istream/istream/get/
Topic archived. No new replies allowed.