This section contains the following:
This section organizes the functions, subroutines, and statements available in Intel® Visual Fortran by the operations they perform. You can use the tables to locate a particular routine for a particular task.
In the description of routines, pointers and handles are INTEGER(4) on IA-32 architecture and INTEGER(8) on Intel® 64 and IA-64 architectures.
The Fortran compiler understands statements and intrinsic functions in your program without any additional information, such as that provided in modules.
However, modules must be included in programs that contain the following routines:
Whenever required, these USE module statements are prominent in the A to Z Reference.
In addition to the appropriate USE statement, for some routines you must specify the types of libraries to be used when linking.
See Also