mirror of https://github.com/CGAL/cgal
53 lines
1.6 KiB
TeX
53 lines
1.6 KiB
TeX
% =============================================================================
|
|
% The CGAL Developers' Manual
|
|
% Chapter: Sources of Information
|
|
% -----------------------------------------------------------------------------
|
|
% file : information_sources.tex
|
|
% authors: Susan Hert <hert@mpi-sb.mpg.de>
|
|
% -----------------------------------------------------------------------------
|
|
% $Revision$
|
|
% $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{Austern98}] -- Mathew Austern's introduction to the \stl\
|
|
using the concept/model style of presentation. Austern wrote the
|
|
WWW \stl\ documenataion at SGI.
|
|
|
|
\item[\cite{Stroustrup97}] -- 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{Lippman98}] -- Stanley Lippman and Josee Lajoie's \CC\ primer.
|
|
|
|
\item[\cite{Meyers97}] -- Scott Meyers's book on ways to improve
|
|
your \CC\ programs. Items 21 and 29 discuss the concept of
|
|
const-correctness.
|
|
|
|
\item [\cite{Fabri98}] -- The \cgal\ design paper.
|
|
|
|
\item [\cite{hhkps-aegk-01}] -- The new \cgal\ kernel design paper.
|
|
\end{description}
|
|
|
|
\InternalOnly{
|
|
\input{web_documents}
|
|
}
|
|
|