|
|
|||||
|
Gsharp FAQ - Reading ASCII filesGsharp has several routines for reading ASCII files. Files that contain column data can normally be read in as a report. Files made up of rows or blocks can be read in with the more generic ASCII reader. Even more complex files can be read in with fopen() and fread(). Customised readers can also be written in C or FORTRAN and linked into the Gsharp executable.
| |||||