Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2

Liste des GroupesRevenir à cl fortran 
Sujet : Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2
De : lynnmcguire5 (at) *nospam* gmail.com (Lynn McGuire)
Groupes : comp.lang.fortran comp.lang.c++
Date : 13. Apr 2025, 23:59:26
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vthfkf$3skck$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
On 4/11/2025 3:47 PM, Lynn McGuire wrote:
On 4/11/2025 11:00 AM, Steven G. Kargl wrote:
On Fri, 11 Apr 2025 11:37:17 +0200, Bonita Montero wrote:
>
Am 09.04.2025 um 21:48 schrieb Lynn McGuire:
>
No, we want to get away from compiling and linking directly.
That is what we use with Open Watcom F77 and C++.
>
The Watcom stuff is totally outdated.
Is there no way to get something newer ?
>
You must be new here in c.l.f.  Lynn has been converting
his 700 KLOC of Fortran to C++ for 2+ decades.  It seems
his code, which clearly isn't Fortran, can only be compiled
by a Watcom language compiler.  For those playing along,
that's roughy converting 140 lines of code per workday
with 2 weeks for good behavior (ie., 700000 / (50*5*20)).
 Don't forget maintenance (bug fixing) and user needed new features that require about 60 to 70% of our time.
 Lynn
And don't forget that we spent a lot of time updating the code by converting all of the Hollerith characters to character strings.  And adding "IMPLICIT NONE" to all of the subroutines requiring the explicit typing of all of the variables (maybe 10% were typed before due to extensive usage of implicit typing rules).
Lynn

Date Sujet#  Auteur
8 Apr 25 * converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 234Lynn McGuire
9 Apr 25 +* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 24Sam
9 Apr 25 i`* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 23Lynn McGuire
10 Apr 25 i `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 22Michael S
10 Apr 25 i  `- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Lynn McGuire
9 Apr 25 +* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 22Chris M. Thomasson
9 Apr 25 i`- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Lynn McGuire
9 Apr 25 +* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 225Lawrence D'Oliveiro
9 Apr 25 i`* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 224Lynn McGuire
10 Apr 25 i +* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 26Lawrence D'Oliveiro
10 Apr 25 i i`* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 25Lynn McGuire
10 Apr 25 i i `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 24Lawrence D'Oliveiro
10 Apr 25 i i  `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 23Lynn McGuire
11 Apr 25 i i   `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 22Thomas Koenig
11 Apr 25 i i    `- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Lawrence D'Oliveiro
11 Apr 25 i `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 217Bonita Montero
11 Apr 25 i  `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 216Steven G. Kargl
11 Apr 25 i   +* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 22James Kuyper
11 Apr 25 i   i`- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Steven G. Kargl
11 Apr 25 i   +- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Lynn McGuire
11 Apr 25 i   `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 212Lynn McGuire
13 Apr 25 i    `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 211Lynn McGuire
14 Apr 25 i     `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 210Lawrence D'Oliveiro
15 Apr 25 i      `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 29Lynn McGuire
16 Apr 25 i       `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 28Lawrence D'Oliveiro
16 Apr 25 i        `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 27Lynn McGuire
16 Apr 25 i         +* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 25Lawrence D'Oliveiro
16 Apr 25 i         i+* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 23Steven G. Kargl
17 Apr 25 i         ii`* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 22R Daneel Olivaw
17 Apr 25 i         ii `- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Steven G. Kargl
16 Apr 25 i         i`- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Lynn McGuire
16 Apr 25 i         `- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Lynn McGuire
22 Apr05:53 `* Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 22David Duffy
22 Apr06:14  `- Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 21Lynn McGuire

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal