I need to interact with some binary files that are basically stored C
structures.
Before I attempt to reinvent the wheel, I was wondering if anybody has
any tools/utilities they are willing to share for reading such files
an converting them to J arrays?
I have the declared type structure of the files - for example:

struct INDIV  {
    int id;
    int sireid;
    int damid;
    unsigned short breed;
    unsigned short yob;
    short inbreed;
    float brd[4];
};

Alternatively I'm also open to advice on how best to approach the task.
Ric
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to