Author: seborsebor Date: May 23, 2007 12:20
On May 23, 9:06 am, "Angus" gmail.com> wrote:
> Hello
>
> Here is my code
>
> std::ifstream myfile;
>
> std::string line;
>
> long begin,end;
>
> myfile.open("c:\\IPlog.txt");
>
> if (myfile.is_open())
>
> {
>
> while (! myfile.eof() )
>
> { ...
|