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 getline means?
what does getline means?
Jun 22, 2008 at 1:18am UTC
joe25
(6)
hi.what does getline does and when and where shall we use it??
i was wondering if it have any relation with #include <windows.h>?
i'll be grateful to anyone who can help me...
Jun 22, 2008 at 7:12pm UTC
Zaita
(2770)
It's not related to windows.h
getline will read from the target IO Stream until a new-line character is found and store the result in the variable :)
Jun 23, 2008 at 7:53am UTC
Faldrax
(324)
See
http://www.cplusplus.com/doc/tutorial/basic_io.html
for some more info .
Topic archived. No new replies allowed.