Re: read file line by line into variable length strings
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello!
You wrote on Mon, 18 Apr 2005 14:24:45 -0500:
T> I find examples for file handling line by line but none seem to work
T> with evc. I'm assuming the language may not be as complete as the
T> desktop versions of vc++.
T> Any pointers as to what functions to explore are very appreciated.
The best (and the fastest) would be to map the file into memory and scan the
memory block for CR/LF/CRLF. This involves the least operations and so
offers the best speed.
With best regards,
Eugene Mayevski
.
Relevant Pages
- Trying to decide on a language to learn
... I am trying to decide on a language to learn - and would be grateful for help. ... I have thought of one thing I would like to write - and wonder if Ruby ... read that file into Ruby as an array; ... I can't understand the documentation about file handling. ... (comp.lang.ruby) - Re: read file line by line into variable length strings
... just incase u have found one. ... Arvind ... > I despirately need to read a file with evc 3 and process each line. ... > I find examples for file handling line by line but none seem to work with ... (microsoft.public.windowsce.embedded.vc) - Re: Ruby has a Face that it wears on its feet
... Giving shoes an official place in the Ruby language hierarchy would open up a new world for desktop application programming for Ruby. ... Maybe what is needed is a subversion of Ruby, much like other languages have split from a core, that includes things like the screen and file handling. ... (comp.lang.ruby) - Re: New tutorials site. Help wanted.
... file handling .any language you choose to write the reviews in try to ... write tut on the area hich is unexplored. ... (comp.programming) - Re: New tutorials site. Help wanted.
... > good thing you started with programming tutorials if you are staring ... > file handling .any language you choose to write the reviews in try to ... (comp.programming) |
|