NOT Educating FORTRAN programmers to use C
Karl Heuer
karl at haddock.ima.isc.com
Fri Jan 12 08:37:50 AEST 1990
In article <14186 at lambda.UUCP> jlg at lambda.UUCP (Jim Giles) writes:
>...at least in principle, Fortran should be faster at character manipulation
>than C. [null-terminated strings are less efficient]
It depends on what operations you're trying to perform. Some are faster with
counted strings, others with null-terminated strings.
Karl W. Z. Heuer (karl at haddock.isc.com or ima!haddock!karl), The Walking Lint
More information about the Comp.lang.c
mailing list