Hi,
I am using the Fortran 11 compiler in Visual Studio from Windows. How can I set real
values to double precision
from project properties? For example, in Fortran Powerstation (4.0) we have the menu option settings->code generation->default real kind
(here we can set the type of the real
data type). Similarly, how can we set double precision
to the real
variable in the Fortran 11 compiler?
Thanks in advance.