- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page