Re: function trace
Hi Raghukumar,
On Oct 16, 5:15 pm, raghukumar <raghukumar.r...@gmail.com> wrote:
> I know bits and peace about template programming, if you don't mind
> can you give some advice like which book to read for good template
> programming.
I learned it from:
C++ Template Metaprogramming
by David Abrahams and Aleksey Gurtovoy
which is a book in the C++ In-Depth Series
ISBN:0-321-22725-5
Because C++ TMP is like functional programming, I had much from
past experience in Haskell. This language I learned from the book:
The Haskell School of Expression
by Paul Hudak
ISBN: 0-521-64408-9
> It would be very ful if you can
> give link to any of the articles authored by you.
I haven't written anything about this (yet ;-) )
Happy Meta-programming!
Wijnand Suijlen
|