Re: unbuffered file IO?



MikeJ <vettes_n_jets@xxxxxxxxxxxxx> wrote:
make a While loop

ofs = TextFileServer("somefile")
string srow
while (ofs=false)
{
srow=ofs.getRow();
Console.Writeline(srow);
}

It's still very unclear what your actual question is, and your code
above won't compile (there aren't enough semi-colons).

Could you try again?

--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.



Relevant Pages