[Info-vax] Text processing examples with Fortran requested
Bob Koehler
koehler at eisner.nospam.encompasserve.org
Tue Nov 17 09:00:21 EST 2009
In article <hdsjeh$9t9$1 at lnx107.hrz.tu-darmstadt.de>, m.kraemer at gsi.de (Michael Kraemer) writes:
>
> If you have to concatenate substrings of lengths unknown at
> compile time, the only clean solution is dynamic memory.
> I think this is a very common problem in text processing.
If you have 2GB virtual memory and string operations limitted to
65KB, you just allocate a 65KB static buffer.
And when that fails, you do something fancy.
More information about the Info-vax
mailing list