BINARY FILE FORMAT
Hello Experts,
I have a binary file created by FORTRAN program. I need to modify its
content. Unfortunately, I don't have any manual that explains the
format of this binary file. Is there a way to find the format in which
this binary file is written?
Thanks,
kis
.
Relevant Pages
- Re: BINARY FILE FORMAT
... I have a binary file created by FORTRAN program. ... format of this binary file. ... An unformatted file is a sequence of unformatted records. ... (comp.lang.fortran) - Re: C Program Portability
... Now, since this is a binary file, any transfer is likely to ... that any code writing data as a binary file needs to be adapted for the ... It's more that if you are dealing with reading, processing, writing a ... binary format (say, doing some image processing on a greyscale image ... (comp.lang.c) - Re: Debug Assertion Failure
... I would read/write structure bytes to file *only* if it is a plain ... in these cases a finer serialization mechanics is required. ... because it's a text format, not a binary format), or using MFC ... Is 'offset' consistent with your binary file format? ... (microsoft.public.vc.mfc) - Re: storing dataset
... The CSV file format is convenient and widely ... and then back again when reading them is a big pain. ... binary file, you cannot be sure even that the same source code ... compiled with a different compiler or even a different version of the ... (microsoft.public.dotnet.framework) - Re: Storing/processing binary file input help needed
... You can declare your buffer basically any way you want, ... results in basically reinterpreting the raw bits, ... dictate the file format. ... portable way to read a binary file is almost always to read ... (comp.lang.c) |
|