Subject: Re: Recursive Template ??
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sun, 5 Jun 2005 07:30:55 +1000
|
On 6/3/05, Bovy, Stephen J <STEPHEN.Bovy@xxxxxx> wrote:
> Is it possible to create a "recursive" template
> that works in the same way as a recursive function call ???
Yes, not only possible, but also useful (recursion is a fundamental
feature of functional languages and it may be very difficult, if at
all possible, to solve some problems without recursion).
Take for example the FXSL library.
Cheers,
Dimitre Novatchev.
|