Group: comp.lang.fortran · Group Profile · Search for Available Characters in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 10, 2008 22:48
... beginning you allocate one humongous array X, and put the array and an integer pointer to the "next available element" in common. Well, yes... I've seen and used schemes like that plenty of times in the ... In the early days of Fortran only one program ran at a time, and had all the memory available to it. If you know that amount, you make the array big enough to use it all. That...
|