Search:
Forum
Beginners
what does getline means?
[try Beta version]
Not logged in
register
log in
user name:
password:
remember me
forgot your password?
or sign in using:
try again
cancel
forgot your password?
what does getline means?
Jun 22, 2008 at 1:18am
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
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
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs