Re: file parsing
Re: file parsing
- Subject: Re: file parsing
- From: Chris Gehlker <email@hidden>
- Date: Thu, 02 Aug 2001 11:10:40 -0700
On 8/2/01 8:28 AM, "Mark Wridt" <email@hidden> wrote:
>
Hello all,
>
>
I am new to the list, and to Cocoa(I do have a C++ and
>
Java background). I am in the process of attempting
>
to read in a few tab dilimited files, parse them and
>
then write an ouput file with selected data. Obj-C is
>
most likely the issue here for me, and I was
>
wondering if anyone could help (with example code, or
>
perhaps some URL's)?
I think you'll have the best luck using straight C to read in the files. If
the output file is also supposed to be tab delimited, you probably had best
use straight C to write it out as well.
If you want to output objects, look at NSCoding in the on line docs.
--
In the midst of great joy, do not promise anyone anything. In the midst of
great anger, do not answer anyone's letter. -Chinese proverb