From: Andrew Holden (aholden_at_[hidden])
Date: 2008-07-28 16:54:54


Gang Ma wrote:
> I tried to use boost/thread library to write a program to read a large
> text file.  The program compiled but did not get the right answer. I am
> not sure my usage of the library is correct. I appreciate your helps.
>
<Code snipped>

Check the documentation for basic_istream::seekg. It doesn't take a line number.