Title: | Digital Fortran |
Notice: | Read notes 1.* for important information |
Moderator: | QUARK::LIONEL |
Created: | Thu Jun 01 1995 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1333 |
Total number of notes: | 6734 |
A customer would like to know what is the maximum size that can be defined for the INTEGER data type in Visual Fortran. He is currently using a DOS-based Fortran product that supports integers up to 2*31-1 and wants to ensure that Visual Fortran supports larger sizes. Thanks, Dave
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1282.1 | QUARK::LIONEL | Free advice is worth every cent | Fri May 02 1997 17:53 | 5 | |
The largest integer size is 32-bits in DVF. The x86 processor doesn't have a 64-bit integer type, as far as I know. I think we support INTEGER*8 on Alpha. Steve |