This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Read the unformatted binary data.


On Sun, 2008-07-06 at 13:52 +0800, hongyi.zhao wrote:
> Hi all,
> 
> I've a  unformatted binary file named Si.cst_esp which include the data as follows:
> 
> ---------------
>      1     1     1            4.185302

This is *formatted* data.  Unformatted data has a binary representation
that is not directly readable by eye.

You'll need formatted I/O to access this.

For general Fortran-related questions, the Usenet newsgroup
comp.lang.fortran is probably better.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]