Search found 1 match

by SSchlueter
Thu Sep 06, 2012 2:24 pm
Forum: Fortran
Topic: Reading in Real data in hexadecimal format
Replies: 1
Views: 53452

Reading in Real data in hexadecimal format

Is there a way to read in a file of data written out by Intel Fortran in hexadecimal format? Specifically, I would like to write out quad precision (16 byte real) data in a column file using an A16 format, which spits it out in machine representation (IEEE X_floating). If I write out 10 columns in ...