B
brekehan8
Been a long long time since I did basic file parsing. See what working
with your employers libraries does to you?!
I am using fstream::getline. I cannot remember, if I attempt to read a
line that is longer than my provided buffer size, will fstream::fail()
return true, and therefore fstream::good() return false?
Is there any other way to parse a line of a file at a time directly
into a string or stringstream, since it ends up there anyway in my
code?
with your employers libraries does to you?!
I am using fstream::getline. I cannot remember, if I attempt to read a
line that is longer than my provided buffer size, will fstream::fail()
return true, and therefore fstream::good() return false?
Is there any other way to parse a line of a file at a time directly
into a string or stringstream, since it ends up there anyway in my
code?