- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CVF and IVF support the nonstandard Fortran 95 statement
integer, parameter :: i=#80000000
but several other compilers do not. Is there a standard F95 equivalent?Thanks.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
z'80000000'
Shown as the preferred form in your IVF documentation.
The most common form since long before f90 standardized it:
http://csit1cwe.fsu.edu/extra_link/xlf/lr33.HTM
Mighty strange that the Compaq on-line document from 2001 doesn't even show the standard version.
Shown as the preferred form in your IVF documentation.
The most common form since long before f90 standardized it:
http://csit1cwe.fsu.edu/extra_link/xlf/lr33.HTM
Mighty strange that the Compaq on-line document from 2001 doesn't even show the standard version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
.... but did you look under "Hexadecimal Constants" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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