Sujet : Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.fortran comp.lang.c++Date : 10. Apr 2025, 20:52:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vt97i9$3ml31$3@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.162 (Pokrosvk)
On Thu, 10 Apr 2025 14:39:02 -0500, Lynn McGuire wrote:
On 4/9/2025 7:35 PM, Lawrence D'Oliveiro wrote:
>
This is why you have build systems.
I started using the first IDE (interactive development environment) in
1983 ??? with Turbo Pascal. $49 IIRC. It was a simply amazing way of
doing things. Nowadays, Visual Studio comes closest to the Turbo Pascal
IDE but even it is not quite there. Visual Studios lack of a decent
Fortran compiler sucks.
IDEs tend to be limited in their build systems. They’re not flexible: they
insist you build things their way.
I moved back to build systems on the Apollo Domain in 1989 using DSEE
but it was a downer compared to Turbo Pascal. It did allow multiple
user development teams to work together though. We only had a few
hallway fights on code conflicts, most were resolved by DSEE.
Back in the day, we called them “CASE tools”, and they cost €€€. Nowadays,
they are just “developer tools”, and they are part of the standard package
repositories.
The one thing Git does better than any other VCS is merging branches. No
more hallway fights ...
Date | Sujet | # | | Auteur |
8 Apr 25 | converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 34 | | Lynn McGuire |
9 Apr 25 |  Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 4 | | Sam |
9 Apr 25 |   Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 3 | | Lynn McGuire |
10 Apr 25 |    Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | Michael S |
10 Apr 25 |     Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
9 Apr 25 |  Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | Chris M. Thomasson |
9 Apr 25 |   Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
9 Apr 25 |  Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 25 | | Lawrence D'Oliveiro |
9 Apr 25 |   Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 24 | | Lynn McGuire |
10 Apr 25 |    Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 6 | | Lawrence D'Oliveiro |
10 Apr 25 |     Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 5 | | Lynn McGuire |
10 Apr 25 |      Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 4 | | Lawrence D'Oliveiro |
10 Apr 25 |       Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 3 | | Lynn McGuire |
11 Apr 25 |        Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | Thomas Koenig |
11 Apr 25 |         Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lawrence D'Oliveiro |
11 Apr 25 |    Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 17 | | Bonita Montero |
11 Apr 25 |     Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 16 | | Steven G. Kargl |
11 Apr 25 |      Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | James Kuyper |
11 Apr 25 |       Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Steven G. Kargl |
11 Apr 25 |      Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
11 Apr 25 |      Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 12 | | Lynn McGuire |
13 Apr 25 |       Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 11 | | Lynn McGuire |
14 Apr 25 |        Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 10 | | Lawrence D'Oliveiro |
15 Apr 25 |         Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 9 | | Lynn McGuire |
16 Apr 25 |          Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 8 | | Lawrence D'Oliveiro |
16 Apr 25 |           Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 7 | | Lynn McGuire |
16 Apr 25 |            Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 5 | | Lawrence D'Oliveiro |
16 Apr 25 |             Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 3 | | Steven G. Kargl |
17 Apr 25 |              Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | R Daneel Olivaw |
17 Apr 25 |               Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Steven G. Kargl |
16 Apr 25 |             Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
16 Apr 25 |            Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
22 Apr05:53 |  Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | David Duffy |
22 Apr06:14 |   Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |