Print

Print


Aleksandar Donev wrote:
>
> I believe Fortran 2K should not attempt to surpass or even become equal to
> C++ and Java in terms of OOP and features such as templates, dynamic classesl

as far as I hgave understood templates (so to speak nothing), you can already
use them via include files where you put the code, modules where
you put the declarations of subroutines then including the above code files,
with the appropriate interfaces and generic subroutines, then you have
one
code for almost all data types you would like to have.

juergen