I recently purchased the Bowles Foundation Analysis and Design 5th edition book however it did not come with the disk containing the Fortran Source code for the programs. Does anyone have a download for the fortran programs?
I found the programs using a google search, but I do find it odd you want to perform engineering in 2020 using software developed in 1996 by a company that no longer exists and has no subsequent updates and the programs probably wont be compatible with your system.
If you need source code for Fortran, you can check local engineering college and library, as they might have a disk copy of it, and the dos operating environment that required to run the program.
However the source code is of the most interest to me i.e. the Fortran 77/90 code. Hoping to update and reprogram his solutions in either Python/MATLAB.
Joe Bowles died quite a long time ago.
I did use some of the software in his book and it was quite good back then.
It may be possible to run these programs on a Virtual machine with windows 95 although I never tried it.
There are plenty of options for using Fortran under Windows:
Install a Windows Fortran compiler and run from a Command Window, just like you used to.
Write a Python front end and call the Fortran code using ctypes or f2py.
Install an Excel/Python interface and call the Fortran code via Python direct from Excel.
Compile as a dll and call from Excel with VBA.
There are examples of all of the above on my blog.