cgal/Developers_manual/doc_tex/Developers_manual/information_sources.tex

51 lines
1.7 KiB
TeX

% =============================================================================
% The CGAL Developers' Manual
% Chapter: Sources of Information
% -----------------------------------------------------------------------------
% file : information_sources.tex
% authors: Susan Hert <hert@mpi-sb.mpg.de>
% -----------------------------------------------------------------------------
% $Id$
% $Date$
% =============================================================================
\InternalOnly{
\chapter{Sources of Information\label{chap:info}}
\ccChapterRelease{Chapter Version: 1.0}
\ccChapterAuthor{Susan Hert ({\tt hert@mpi-sb.mpg.de})}
\section{Recommended reading\label{sec:recommended_reading}}
}
\ExternalOnly{
\chapter{Recommended Reading\label{chap:info}}
}
The following books and papers are recommended as references:
\begin{description}
\item[\cite{cgal:a-gps-98}] -- Mathew Austern's introduction to the \stl\
using the concept/model style of presentation. Austern wrote the
WWW \stl\ documenataion at SGI.
\item[\cite{cgal:s-cpl-97}] -- Bjarne Stroustrup's introduction to
\CC\ and the \stl\ for those who already know some \CC.
Stroustrup is the designer and original implementor of \CC.
\item[\cite{cgal:ll-cp-98}] -- Stanley Lippman and Josee Lajoie's
\CC\ primer.
\item[\cite{cgal:m-ec-97}] -- Scott Meyers's book on ways to improve
your \CC\ programs. Items 21 and 29 discuss the concept of
const-correctness.
\item [\cite{fgkss-dccga-00}] -- The \cgal\ design paper.
\item [\cite{hhkps-aegk-01}] -- The new \cgal\ kernel design paper.
\end{description}
\InternalOnly{
\input{Developers_manual/web_documents}
}