PROGRAMMING WITH FORTRAN 77 copyright 1995

In summary, the book "Schaum's Outline Series Theory & Problems PROGRAMMING WITH FORTRAN 77 copyright 1995" is outdated and there have been significant changes in FORTRAN 77 since then. It is recommended to invest in a newer guide to keep up with modern developments. FORTRAN 2008 can be used with databases, but not data files. It is possible to use this book with the software Force 2.0 (version 2.0.8), however it is suggested to look into newer versions of FORTRAN. Learning multiple languages concurrently is possible, but may cause confusion. The use of FORTRAN has declined in recent years, with C taking over its role as the preferred language for scientific number crunch
  • #1
LSE1234
22
0
I have the book "Schaum's Outline Series Theory & Problems PROGRAMMING WITH FORTRAN 77 copyright 1995", well from the time of this book till today(2008-9) changed a lot in FORTRAN 77 ? If yes, what points mainly ?
Well start reading this book , or buy another newer book in the subject ?
This book can be used with software Force 2.0(version 2.0.8) ? With a Visual FORTRAN edition ?

FORTRAN(and FORTRAN 77) can be used with databases (not data files) ? Visual FORTRAN edition can be used ?
For FORTRAN 77 applications, GUIs can be built easily ?
Visual FORTRAN offers easily implement GUIs ?
Where I may find in a CDROM or DOWNLOAD FORTRAN Programs used by NASA Scientists ?

VC# 2008 may studied concurrently with VB 2008 ? Or better VB 2008 alone first ? These languages used today in applications used by FORTRAN ?
What differs VB 2008 from VB.NET 2008 ? Also exist any difference between VB.NET 2008 and ASP.NET 2008 ?
 
Last edited:
Technology news on Phys.org
  • #2
Yes, Fortran has changed considerably since Fortran 77. They've had four new versions, and are currently at Fortran 2008. If I were you, I would certainly invest in a new guide so that you aren't behind when your knowledge is required in a modern environment.

A general overview of the differences can be found in the Fortran article in Wikipedia.

As for studying two languages concurrently - you may get confused from time to time when you attempt to use syntax specific to one programming language that doesn't work in the other; however, I've found that it's easier to learn new languages now that I know several already. Therefore, you can do whatever you like. There are benefits to either course of action.
 
  • #3
FORTRAN 2008 (and FORTRAN 77) can be used with databases (not with data files) ?
This book can be used with software Force 2.0(version 2.0.8) ?

You suggest get a book in Visual Fortran ? Fortran 2008 is visual ?
 
  • #4
I'm also an old user of FORTRAN77 and I didn't follow fortran anymore after that, so I'm also surprised to learn that there have been 4 versions (I knew about 90...).

It depends what your aim is. If the goal is to just learn to program, I'd say, start with C. Its syntax is much closer to many modern languages, it is relatively close to what you could do with fortran77 etc... There's no point in learning the archaic typographical rules of FORTRAN77. I'd say, the only reason for you to learn FORTRAN77 is if you have to dig into old code.
I have to say I can also not think of a good reason to learn any new version of fortran... although maybe there are reasons. FORTRAN used to be the "scientific number crunching language" in the past: it was known by most scientists, it was rather simple, there were fast compilers for it and there's a whole battery of scientific legacy code in FORTRAN. But I'd say that by now, C has taken over that role.

You may of course have specific reasons to learn FORTRAN77 or a modern version of it. But if it is just because you found an old book on it, I don't know if that's worth the learning effort.
 
  • #5
I learned FORTRAN when it was called FORTRAN-IV (prior to 1977) , then in the 90s we used FORTRAN77 in my engineering-numerical analysis course. To my joy, it was pretty much the same as I had learned 20 yrs earlier.. I agree with JacksonPeeble, you may want to review the new features they have added to subsequent versions. (i read on wiki, vers.2003 even includes object oriented programming)

If you're looking for FORTRAN code used by NASA, just do a net search. The have FORTRAN binaries available for their weather data analyses.
 

1. What is FORTRAN 77?

FORTRAN 77 is a computer programming language that was first introduced in 1977. It is a high-level, compiled language primarily used for scientific and numerical computing.

2. Is FORTRAN 77 still relevant today?

Yes, FORTRAN 77 is still used in many scientific and engineering applications, especially in legacy systems. It has also been updated and modernized over the years, with the latest version being FORTRAN 2018.

3. What are the advantages of using FORTRAN 77?

FORTRAN 77 is known for its efficiency and speed in handling complex mathematical and scientific calculations. It also has a large library of built-in functions and supports parallel computing, making it a popular choice for scientific programming.

4. How do I get started with FORTRAN 77?

To program in FORTRAN 77, you will need a text editor and a compiler. The code can then be written and compiled into an executable file that can be run on a computer. There are also many online resources and tutorials available for beginners.

5. Can I use FORTRAN 77 for other types of programming?

While FORTRAN 77 is primarily used for scientific and numerical computing, it can also be used for other types of programming. However, it may not be the most suitable language for certain tasks, such as web development or mobile app development.

Similar threads

  • Programming and Computer Science
Replies
2
Views
2K
  • Programming and Computer Science
Replies
5
Views
3K
  • Programming and Computer Science
Replies
6
Views
3K
Replies
2
Views
794
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
7K
  • Programming and Computer Science
Replies
15
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
2K
Replies
11
Views
5K
  • Sticky
  • Aerospace Engineering
2
Replies
48
Views
60K
Back
Top