Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28499 Discussions

CVF 6.1 and Visual C++ .NET mixed-language programming

caroline_r
Beginner
183 Views

Code:
Fortran code: 
subroutine HELLO (a)
 implicit none

    
      integer a
      print*, "Hello!"
      print*, "a=",a

	  return
      end subroutine HELLO
0 Kudos
0 Replies
Reply