Fortran C or FORTRAN compiler for Vista?

  • Thread starter Thread starter kde2520
  • Start date Start date
  • Tags Tags
    Compiler Fortran
AI Thread Summary
A user seeks a compiler or IDE for FORTRAN or C that is compatible with Windows Vista, expressing frustration over the lack of options. They mention previous unsuccessful attempts with Visual Studio, Eclipse, and Bloodshed. Suggestions from the community include trying Visual Studio with its free trial, using Cygwin with the GNU compiler collection, and downloading the FTN95 compiler with the Plato 3 IDE, which is noted to work well on Vista. The discussion also touches on the user's experience with C programming and the challenges faced when compiling code on their current setup. Despite the advice to upgrade from Vista, the user emphasizes their need to work with existing resources.
kde2520
Messages
16
Reaction score
0
Can anyone help me find a compiler/IDE for FORTRAN or C that can work with Windows Vista? I am a physics student and would like to learn some programing, but my computer runs Vista and I have yet to find a compiler that works.

Otherwise, are there any recommendations for a language I could learn that might be useful to me and that I won't run into such problems with on Vista?

(Please, please resist the impulse to tell me to can Vista and get XP... really...)
 
Technology news on Phys.org
kde2520 said:
(Please, please resist the impulse to tell me to can Vista and get XP... really...)

No problem... just can Vista and get Linux instead. :biggrin: Or Mac OS X. :biggrin: :biggrin:
 
kde2520 said:
(Please, please resist the impulse to tell me to can Vista and get XP... really...)

You know the solution and you are still asking question? Geez...

That being said, look for Visual Studio and Visual C++. No idea about exact licences available at the moment, but there were free academic or entry level versions available few years ago and the current version (whichever it is) has a three month free trial.
 
Or download Cygwin, which runs fine on Vista, and use the freeware GNU compiler collection, which includes C/C++ and FORTRAN.

- Warren
 
No problem... just can Vista and get Linux instead. Or Mac OS X.

You know the solution and you are still asking question? Geez...

Yes yes yes, I know I know... if I could keep one of you guru's in my back pocket to help with such things (or maybe talk me out of buying a computer loaded with Vista in the first place), or maybe had more time and money to deal with it myself, I'd be in a different spot. In the meantime I have to use what I've got.

That being said, I have tried Visual Studio/Visual C++ with no luck (trying to compile in C, that is). I've also tried EclipseC and Bloodshed. I will try Cygwin next.

Thanks all.
 
Cygwin + JGrasp if you don't feel like learning command-line stuff.
 
kde2520 said:
That being said, I have tried Visual Studio/Visual C++ with no luck (trying to compile in C, that is).

You mean some specific C code, or just any C programs?
 
http://www.silverfrost.com/11/ftn95/overview.asp

From this link you can dowoload Fortran 95 compiler that works fine on Vista, in addition to plato 3 which is in integrated development environment.
As far as I know, the personal edition for free but it is not supposed to be used for research purposes.
 
Borek said:
You mean some specific C code, or just any C programs?

No, just any C programs. Took a class in C last spring and this was a big problem. I had to run Eclipse and store my workspace on a flash drive instead of using my own computer.

Just downloaded the FTN95 compiler with Plato 3 that Useful Nucleus suggested. I'll let y'all know how it worked out once I get a chance to mess with it.
 
  • #10
Strange, I am using an earlier Visual Studio and no problems with C compilation at all. What error messages did you get?
 
  • #11
Are you sure, you know, that the code you're testing the compiler with is valid??
 

Similar threads

Replies
5
Views
2K
Replies
15
Views
2K
Replies
14
Views
5K
Replies
8
Views
4K
Replies
4
Views
2K
Replies
4
Views
71K
Back
Top