Re: [eigen] recommended reading for template metaprogramming |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] recommended reading for template metaprogramming
- From: Aron Ahmadia <aja2111@xxxxxxxxxxxx>
- Date: Sat, 23 Jan 2010 16:32:24 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=KotyfJCbsNHqJlbFAfLiVpbfnX/3WtWIN4Qn3a//M6Q=; b=TZy3q2lmUjSeYMasfAjVx54572uQIQawL0B2AY01e1lTt9UquVpM2hBwq9B/m5Wuel WAqf5oaSrWbzKKFYyK4cpFI+UbcrKnZjUdvORQ8lukpKz3az/HFboEFzAlBwXdViE1Aa pnUV1DYGzHCIBYFjnyKpBt9pDxXzIwdVDXUd0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=J8y0NhWqLCLqzhVjYFSTjHug7WU+RXizsOmiqOaAheTEE5L+SO7FTqQ9tPVx6hb+CQ lihcLuY7h2JpAsIl2D1IWAC0jfZ2QqNqo9UtHnKIUm9FsqvkczDMe8A7ljdZWcsXNbMT 8kLIoKOWXryOcsH6A8oVi+t5ofNW/5pZPosaY=
Hi Mark,
I'm admittedly quite a novice to template metaprogramming, but I've
been carrying around:
"C++ Template Metaprogramming: Concepts, Tools and Techniques from
Boost and Beyond"
by David Abrahams and Aleksey Gurtovoy around in my backpack lately.
I also really like the book that was recommended a few days ago on
this list:
"C++ Templates: The Complete Guide"
by David Vandevoorde, and Nicolai Josuttis
I would take a look at both and see which one fits your style better.
A
On Sat, Jan 23, 2010 at 4:22 PM, Mark Borgerding <mark@xxxxxxxxxxxxxx> wrote:
> I began to learn C++ 15 years ago and at some later point stopped ravenously
> devouring books and magazine articles on the subject. Since then, the
> landscape has changed considerably.
>
> I find myself a bit confused by some (probably all) of the idioms in
> template metaprogramming.
>
> What is a recommended book/website that explains the mechanics and rationale
> behind some of them?
>
> -- Mark
>
>
>
>
>