Why is it possible to read
a file using a while loop such
as
while (file >>
variable)
Or
while
(getline(xx,
yy))
Do the
>>
and getline
functions return
boolean values ?
No comments:
Post a Comment