Seems I'm missing the beginning of this thread (mail problems on my
side), but a comment to Fortran:

On Tue, 06 Jan 2004 11:22:21 +0100 (CET)
Bernhard Lang <[EMAIL PROTECTED]> wrote:


> arrays have to be set up at program start, rather than being
> constructed by the compiler. In C this would be just a bunch of
> mallocs (and of course the config parsing).

Well -- depending on what fortan you are talking about (f77 coming with
gcc is fortran 77) this is not possible. Fortran 77 has *no* dynamical
mem allocation, i.e. no malloc. All arrays are static and size has to be
known at compile time. This is different in later fortran versions (90
and 95) but I've never tried to use them, I preferred C for my
programming. 



K.-H.
_______________________________________________
Tex-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music

Reply via email to