About 49,300 results
Open links in new tab
  1. C function vs Fortran function performance - Intel Community

    Nov 24, 2008 · the fortran library is likely to be better tuned for many mathematical operations -- but you can call it from C if you want. the fortran language permits the compiler to make …

  2. Fortran vs Visual C++ returns diffent values from pow function

    Mar 9, 2018 · We faced off a problem with pow function between Fortran and Visual C++. You can find attached an image about this issue. We want to achievi the same result from Fortran to C++.

  3. Intel c++ vs Intel Fortran - Intel Community

    Jan 23, 2010 · Hi, Just get a question. Has anyone ever compared the performance of Intel C++ and Intel Fortran? This might be interesting, because I saw reports to compare Intel C++ to …

  4. Intel Fortran V2025: Cannot compile in Visual Studio 22

    Dec 2, 2024 · I have recently downloaded and installed Visual Studio 22 which works fine for compiling and building C/C++ code. Today I downloaded and installed Intel Fortran 2025.

  5. Visual Studio Code support with Modern Fortran

    Aug 5, 2022 · @Ron_Green, Kudos for this post. Visual Studio Code continues to be more and more important to the development of computational technologies and solutions in the industry …

  6. Solved: Converting FORTRAN 77/90 to C++ - Intel Community

    Apr 8, 2016 · This question is related to code conversion from FORTRAN 90 repository to C++. I am thinking about 3 approaches: 1) Translation of FORTRAN 90 module to single C++ …

  7. How to include C++ header files in Fortran Visual Studio project

    May 29, 2024 · I am trying to incorporate a C++ header file into my Fortran project in Visual Studio 2019 using IFORT. This header file includes two other C++ header files. I've included all three …

  8. CALL for attention and discussion: recent paper comparing an …

    Apr 9, 2014 · The paper points out a few other shortcomings in working with Fortran: " The built-in standard libraries of Python and C++ are richer than those of Fortran and offer versatile data …

  9. Re: Intel Fortran Compiler with Visual Studio

    Sep 11, 2024 · I just downloaded the VS 2022 community first and then the standalone intel fortran compiler only and integrated with the VS 2022 community. Now while creating the …

  10. Solved: Visual Studio 2017 will not compile FORTRAN files in …

    Jan 13, 2021 · I use Microsoft Visual Studio 2017 Community Edition on a Windows 10 (64-bit) virtual machine and need to build 64-bit mixed-language applications. Specifically, I need to …