Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

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

caroline_r
Beginner
372 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