public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Oliver Kullmann <O.Kullmann@Swansea.ac.uk>
To: gcc-help@gcc.gnu.org
Subject: Re: C++ templates
Date: Mon, 13 Jan 2003 13:22:00 -0000	[thread overview]
Message-ID: <20030113132033.GB24591@swan.ac.uk> (raw)
In-Reply-To: <005c01c2ba19$cc6699a0$4fbd0b50@brisedorient>

> Hi,
> Does anybody know where I can find a detailed description on templates
> syntax in C++ ?
> 
>     Thanks.
> 
> 
>                 Erwan
> 

The best you can find specifically on templates is

@Book{JV2002,
  author =	 {David Vandevoorde and Nicolai M. Josuttis},
  title = 	 {C++ Templates: The Complete Guide},
  publisher = 	 {Addison-Wesley},
  year = 	 2002,
  address =	 {Boston},
  month =	 {November},
  note =	 {ISBN 0-201-73484-2; QA76.73.C153 V37 2003},
  annote =	 {Vorhanden.}
}

also a very important source for generic programming is

@Book{CE2000,
  author =	 {Krzysztof Czarnecki and Ulrich W. Eisenecker},
  title = 	 {Generative Programming},
  publisher = 	 {Addison Wesley},
  year = 	 2000,
  address =	 {Boston},
  note =	 {ISBN 0-201-30977-7; QA76.624.C93 2000},
  annote =	 {Vorhanden.}
}

(covering a much broader range); and finally a lot of interesting material
is contained in

@Book{Al2001,
  author =	 {Andrei Alexandrescu},
  title = 	 {Modern C++ Design},
  publisher = 	 {Addison-Wesley},
  year = 	 2001,
  series =	 {The C++ In-Depth Series},
  address =	 {Boston},
  month =	 {June},
  note =	 {ISBN 0-201-70431-5, QA76.73.C153 A42 2001},
  annote =	 {Vorhanden.}
}

Oliver

      parent reply	other threads:[~2003-01-13 13:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-12  9:05 erwan ancel
2003-01-12 10:25 ` C++ templates: precisions erwan ancel
2003-01-12 11:05   ` Sebastian Huber
2003-01-12 11:25     ` erwan ancel
2003-01-12 13:27   ` LLeweLLyn Reese
2003-01-13  9:10 ` C++ templates Fabio Mazzone
2003-01-13 13:22 ` Oliver Kullmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030113132033.GB24591@swan.ac.uk \
    --to=o.kullmann@swansea.ac.uk \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).