Prepare for your Next Interview
This is a discussion on Is there any difference between inFile and getline within the C and C++ forums, part of the Software Development category; Is there any difference between inFile and getline in C++? If so can someone tell me about the difference between the two which would help me use it in proper ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Is there any difference between inFile and getline
Is there any difference between inFile and getline in C++? If so can someone tell me about the difference between the two which would help me use it in proper places?
|
| Sponsored Links |
|
|||
|
Re: Is there any difference between inFile and getline
I think one of the difference could be inFile gets stopped on encountering a blank character in other words white space. But I think this is not so for getline. If I am wrong some one correct me on this.
|