[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::fortran

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

1282.0. "Visual Fortran - Max Integer Size" by MKOTS3::HAHN (SBU Americas Technical Support Group) Fri May 02 1997 17:34

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.RTitleUserPersonal
Name
DateLines
1282.1QUARK::LIONELFree advice is worth every centFri May 02 1997 17:535
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