Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

Need tutorial or text for Fortran feature

WSinc
New Contributor I
435 Views
I am writing an application where I will need to make use of the RECORD or STRUCT feautires of Fortran 95.

The on-line help topics don't give enough detail to be of much use. What would be desirable is a textbook or tutorials with copious examples to look at, i.e. actual running code gragments.

Any suggestions on where to look, or what books to purchase?
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
435 Views
Standard Fortran keyword is TYPE. RECORD is Microsoft (DEC?) extension that predates TYPE and it's still supported in CVF, but the new codes should use TYPE instead. Online help discusses that to a reasonable level -- look for TYPE or "Derived data types".

Jugoslav
0 Kudos
Reply