Reading a table
- From: Stephen.Schoenberger@xxxxxxxxx
- Date: Mon, 26 Nov 2007 11:04:42 -0800 (PST)
Hello,
My C is a bit rusty (.NET programmer normally but need to do this in
C) and I need to read in a text file that is setup as a table. The
general form of the file is
00000000 USNIST00Z 00000000_00 0 000 000 000 0000 000
I need to read the file line by line and eventually parse out each
piece of the file and store in arrays that correspond to the specific
line. array1[1] would be the first entry in the first line and so on
and so forth.
Any suggestions would be great!
Thanks.
.
- Follow-Ups:
- Re: Reading a table
- From: pete
- Re: Reading a table
- From: Default User
- Re: Reading a table
- From: user923005
- Re: Reading a table
- Prev by Date: Re: interesting C program
- Next by Date: Re: Reading a table
- Previous by thread: Missing removeStr and substr function
- Next by thread: Re: Reading a table
- Index(es):
Relevant Pages
|