Re: unbuffered file IO?
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Tue, 14 Aug 2007 21:49:49 +0100
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
.
- Follow-Ups:
- Re: unbuffered file IO?
- From: MikeJ
- Re: unbuffered file IO?
- References:
- unbuffered file IO?
- From: Lee Crabtree
- Re: unbuffered file IO?
- From: MikeJ
- Re: unbuffered file IO?
- From: Jon Skeet [C# MVP]
- Re: unbuffered file IO?
- From: MikeJ
- unbuffered file IO?
- Prev by Date: Re: Overriding Button Class Text.set and OnPaint
- Next by Date: anyone tried to connect to nokia?
- Previous by thread: Re: unbuffered file IO?
- Next by thread: Re: unbuffered file IO?
- Index(es):
Loading