Fortran: Difference between revisions

29 bytes added ,  29 November 2012
no edit summary
No edit summary
No edit summary
Line 71: Line 71:
   mkoctfile -I. octave_file_io.cc  
   mkoctfile -I. octave_file_io.cc  


{{Code|octave_file_io.cc: C++ function to load a matrix from an ASCII file in Octave native format|<syntaxhighlight lang="C"  
{{Code|octave_file_io.cc: C++ function to load a matrix from an ASCII file in Octave native format|<syntaxhighlight lang="fortran" style="font-size:13px">
program octave_file_io_example
program octave_file_io_example
    
    
349

edits