Having a little trouble

I have a binary file with multiple records of 84 bytes length each. The first 20 bytes is a c-style string and the rest of the record is 16 integer values (4 bytes each). I need to read all records into an arry. Not quite sure how to do this, or am just very stupid today and overlooking the obvious. Thanks.
[312 byte] By [rjhirst] at [2007-11-20 5:29:42]
# 1 Re: Having a little trouble
Hello,

Smells like homework. Start by defining a structure to hold the record you described.
zdf at 2007-11-9 1:14:26 >