Hi all, my C's a bit rusty so I'm after a little help.
I need to read in a text file of fixed length records and locate the various fields in the records.
For example, one file has a record size of 937 bytes, the first field is 1 byte, the second is 25, the third is 3, etc.
What is the fastest way to load the record and access the required bytes?
Thanks - James.
I need to read in a text file of fixed length records and locate the various fields in the records.
For example, one file has a record size of 937 bytes, the first field is 1 byte, the second is 25, the third is 3, etc.
What is the fastest way to load the record and access the required bytes?
Thanks - James.