This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Online fortran tutorials
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Ted Byers <r dot ted dot byers at rogers dot com>, Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- Date: Thu, 17 Jan 2008 19:46:20 +0100
- Subject: Re: Online fortran tutorials
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=6D6ckpsYEOvmiIaLt3q8TtqDZP78IUKZGDhBMO5Vcxc=; b=tiTP8oQ2wpe19+rFEFCnpog+eL9FAQrhRKlTn4OgGWpxtjy9//+Goxhm0Lxz6v4BuxxB7YNmuU3ANLbqJ5hd/F9lLqTs+7tb4wT/T84+WI9kSQpDtPU9NelLKwJoBm+EnVCUdWP/xgbfL7F+CEeTYLhzZnXS2rIrjL/DZPdrKKE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=fTdTqGCc5UQcatZ/Fx1zvh3YRHMI3RDzvKre+S5t2Py0IIhhtsdXg+ABuuqoyq+9X952crHW5gWGV0Tvi0IAxdmBN4w+mUcAJ1vznJ3Arbul6NVPUo6Kwjh7FnQbS16i3H/vrF3Lx2ZLFdyyHEGAIF0qeqMPv+36PH44POn8ubI=
- References: <311562.99564.qm@web88314.mail.re4.yahoo.com>
On Thursday 17 January 2008 18:55:19 Ted Byers wrote:
> But I don't know even if there is a fortran equivalent
> to the templates I love in C++.
As far as I can tell, up to F2003, there isn't. However, one can do generic
programming of some sort. Have a look at the FLIBS [1] project of Arjen
Markus for examples.
Regards
Daniel
[1] http://flibs.sourceforge.net/