Tag: User-defined I/O Derived-type

  • Some Notes about Fortran : User defined I/O derived type

    Derived type in Fortran is for object programming.s In my experience , almost my derived type used in my games or software have over 10 variables in it. In the first time, when i want save some objects in a file ,and changed some variables, i must repeatedly write all the variables with line format…