Re: unbuffered file IO?



MikeJ <vettes_n_jets@xxxxxxxxxxxxx> wrote:
it Compiles just Fine ..somthing Cut off the Lines on Remarks to cause the
SemiColon Problems

There's more to it than that, although the semi-colons have been
removed again from the top section.

MJ
I'll try Again
example

fserver= new TextFileServer("SomeFile.txt")
fserver.GoTop()
string crow
while (fserver.eof==false)

That line's very different from the one you posted before, which was

while (ofs=false)

Note the difference between = and ==.

I haven't read the code in detail, but things like:

UTF8Encoding.ASCII

(and the large amount of commented out code, and rather large methods)
raise concerns.

--
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
.


Loading