K
karthikeyarajan
I have a "complicated" structure, a structure which in turn contains
many structures at different levels. There are "Count" fields inside
the structure to indicate the number of entries of a structure that
follows.
There are many instances of the "Outermost" structure populated in a
BIN file.
I need to parse the BIN file and populate the C structure. Is there
any utility or easier way to perform the same???
I have different sets of BIN file to be populated into different types
of structures.
Programming for each conversion is a time-consuming task (also error-
prone if we are not careful).
Please let me know a generic way for populating C structures from a
BIN file.
Thanks in Advance,
Itzme.
many structures at different levels. There are "Count" fields inside
the structure to indicate the number of entries of a structure that
follows.
There are many instances of the "Outermost" structure populated in a
BIN file.
I need to parse the BIN file and populate the C structure. Is there
any utility or easier way to perform the same???
I have different sets of BIN file to be populated into different types
of structures.
Programming for each conversion is a time-consuming task (also error-
prone if we are not careful).
Please let me know a generic way for populating C structures from a
BIN file.
Thanks in Advance,
Itzme.