CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: Fortran

  1. #1
    Join Date
    Dec 2006
    Posts
    86

    Fortran

    Ok, so I want to fiddle around with Fortran to see if I can figure out the language. I've done some searches for Fortran compilers but am a little confused about the results. I'm looking for a relatively easy-to-use fortran compiler. The tutorial should be easy to find on my own.

    Has anyone worked with Fortran on a Windows PC? Do you have a suggestion for a compiler? Are there an GUI Fortran compilers for windows?


    Thanks!

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Fortran

    I believe Visual Studio 6.0 was the last VS version that had Fortran (Microsoft shipped this product in 1998).

    However, it looks like several oems make a plugin for VS 2005.

    Search google for 'visual studio fortran'.

  3. #3
    Join Date
    Dec 2006
    Posts
    86

    Re: Fortran

    I suppose if I want freeware I'm gonna have to go with something that's not as easy to install and use.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Fortran

    I don't know where you got that I don't know if you'll find freeware at all
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Jan 2008
    Location
    Tucson
    Posts
    4

    Cool Re: Fortran

    Check out www.cygwin.com

    If you download and install everything they have you will have access to all of the GNU development tools in a Windows environment.

    In this environment you will find a FORTRAN 77 compiler (f77), among many other useful tools.

    As for an IDE, check out www.eclipse.org/photran/

    But generally all you need to do is write your FORTRAN files and then execute a batch/command/script/make file with the f77 options you want.

    Be thankful that you don't have to use punch cards!


    Enjoy!
    Last edited by kessel; January 4th, 2008 at 06:33 PM. Reason: Found Photran link in Eclipse

  6. #6
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Fortran

    You might ask also over at the comp.lang.fortran newsgroup.

    A quick look over there turned up Silverfrost FTN95 Personal Edition, which is free for personal, non-commercial use. It states that it is fully integrated with Visual Studio (if that's your preferred IDE). See http://www.silverfrost.com/11/ftn95/overview.asp

    Mike

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured